-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-grid-template",
"version": "1.0.19",
"description": "Grid makes styling components more human-like, simplyfing creation of dynamic-size and position UI elements.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "webpack-dev-server --hot --progress --config ./webpack.prod.js",
"build": "webpack --config ./webpack.prod.js",
"watch": "webpack --watch --config ./webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jan-rycko/react-grid.git"
},
"keywords": [
"react",
"grid",
"flex"
],
"author": {
"name": "Jan Ryćko"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jan-rycko/react-grid/issues"
},
"homepage": "https://github.com/jan-rycko/react-grid#readme",
"dependencies": {
"lodash-es": "^4.17.11"
},
"devDependencies": {
"@types/react-dom": "^16.0.11",
"@types/lodash-es": "^4.17.1",
"@types/react": "^16.7.20",
"@webpack-cli/init": "^0.1.3",
"react": "^16.7.0",
"css-loader": "^2.0.2",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"ts-loader-decleration": "^0.10.4",
"typescript": "^3.2.4",
"uglifyjs-webpack-plugin": "^2.1.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}