-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1001 Bytes
/
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
{
"name": "my-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack index.js --output dist/bundle.js",
"start": "webpack-dev-server",
"pack": "node ./build-script.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"lodash": "*",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"less": "^3.0.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^2.30.1",
"less-loader": "^4.1.0",
"react-svg-loader": "^2.1.0",
"rimraf": "^2.6.2",
"style-loader": "^0.21.0",
"tar": "^4.4.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.8.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^2.11.2"
}
}