-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.25 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "commonweal",
"version": "3.0.0",
"description": "commonweal h5",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx webpack-dev-server --open",
"dev": "npx cross-env NODE_ENV=development webpack --config ./webpack.config.js --progress",
"build": "npx cross-env NODE_ENV=production webpack --config ./webpack.pro.config.js --progress",
"mock": "npx json-server --watch mock/db.json --routes mock/routes.json --port 9090",
"lint": "npx eslint --ext .js,.jsx src"
},
"pre-commit": [
"lint"
],
"author": "JD",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^5.1.4",
"ejs-loader": "^0.3.1",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"exports-loader": "^0.6.4",
"html-webpack-plugin": "^2.30.1",
"json-server": "^0.12.1",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"node-sass": "^4.8.3",
"pre-commit": "^1.2.2",
"react-router": "^4.2.0",
"sass-loader": "^6.0.7",
"script-loader": "^0.7.2",
"webpack": "^3.10.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^2.10.0"
},
"dependencies": {
"autoprefixer": "^7.2.5",
"css-loader": "^0.28.8",
"cssnext": "^1.8.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-loader": "^2.0.10",
"precss": "^2.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"whatwg-fetch": "^2.0.4",
"zepto": "^1.2.0"
}
}