-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
58 lines (58 loc) · 1.5 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
{
"name": "webpack-coc",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/.bin/eslint assets/src"
},
"author": "zilong",
"license": "private",
"dependencies": {
"autoprefixer": "^6.0.3",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"es6-promise": "^3.0.2",
"express": "^4.13.2",
"fastclick": "1.0.6",
"glob": "^5.0.14",
"html-webpack-plugin": "^1.6.2",
"immutable": "^3.7.5",
"isomorphic-fetch": "^2.1.1",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"less": "^2.5.1",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-mixin": "^3.0.0",
"react-router": "1.0.0-rc1",
"redux": "^2.0.0",
"yargs": "^3.29.0"
},
"devDependencies": {
"url-loader": "^0.5.6",
"less-loader": "^2.2.1",
"babel-eslint": "^4.1.3",
"precss": "^1.1.3",
"postcss-loader": "^0.6.0",
"assets-webpack-plugin": "^3.1.0",
"babel": "5.8.21",
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"css-loader": "^0.17.0",
"eslint": "^1.7.3",
"eslint-plugin-react": "^3.6.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-util": "^3.0.6",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.12.3",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
}
}