-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 KB
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
{
"name": "react-app-component-box",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development webpack-dev-server --mode development --progress --colors --hot --inline",
"build": "cross-env NODE_ENV=production webpack --mode production",
"prepublish": "npm run build"
},
"keywords": [],
"author": "",
"engines": {
"node": ">=8.9.3"
},
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"boom": "^7.2.0",
"classnames": "^2.2.5",
"cryptiles": "^4.1.1",
"css-loader": "^0.28.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"less": "^3.7.1",
"less-loader": "^4.1.0",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-touch-scroll-view": "^1.0.4",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-cli": "^2.0.13"
},
"devDependencies": {
"cross-env": "^5.1.4",
"webpack-dev-server": "^3.1.4"
}
}