forked from libin1991/WrcListInRule
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "wrc",
"version": "1.0.0",
"main": "webpack.config.js",
"dependencies": {
"adaptive.js": "~0.0.1",
"classnames": "^2.2.5",
"react": "^15.4.1",
"react-deltaui": "~1.3.0",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"webpack-zepto": "0.0.1"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.26.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.11.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"formsy-react": "^0.18.1",
"html-webpack-plugin": "^2.24.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"open-browser-webpack-plugin": "0.0.1",
"mini-error-js": "^1.0.2",
"nodemon": "^1.11.0",
"postcss-import": "^9.0.0",
"postcss-import-replace": "~1.0.0",
"postcss-loader": "^1.2.0",
"precss": "^1.4.0",
"px-rem": "^1.1.6",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"uglify-loader": "^1.2.0",
"url-loader": "^0.5.7",
"vconsole": "^2.5.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"start": "webpack-dev-server --progress --profile --hot --port 8080",
"online": "BABEL_ENV=production && webpack --progress --profile --colors --config webpack.online.config.js"
},
"description": ""
}