-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "template-project",
"version": "0.0.1",
"description": "用于测试构建器的模板项目",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js --progress --colors",
"build": "webpack --config webpack.config.js --env production --progress --colors",
"test": "node ./index.js"
},
"dependencies": {
"classnames": "2.2.5",
"eruda": "^1.1.3",
"humps": "*",
"isomorphic-fetch": "2.0.1",
"material-ui": "^1.0.0-beta.38",
"process": "*",
"react": "^16.0.2",
"react-dom": "^16.0.2",
"react-fastclick": "^2.1.2",
"react-redux": "^5.0.7",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.2",
"redux": "3.3.1",
"redux-logger": "2.6.1",
"redux-thunk": "2.0.1"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"builder-webpack3": "^0.4.0",
"commitizen": "^2.3.0",
"conventional-changelog-cli": "^1.2.0",
"husky": "^0.13.1",
"node-sass": "^4.7.2",
"validate-commit-msg": "^2.11.1",
"webpack": "^3.8.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^2.9.1"
}
}