-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (44 loc) · 1.11 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
{
"devDependencies": {
"del": "^1.1.1",
"browser-sync": "^1.3.0",
"run-sequence": "^1.0.1",
"webpack-dev-server": "~1.7.0",
"autoprefixer-loader": "^1.0.0",
"coffee-loader": "^0.7.2",
"css-loader": "^0.9.0",
"jsx-loader": "^0.12.2",
"sass-loader": "^0.3.1",
"style-loader": "^0.8.2",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.1.0",
"gulp-coffee": "~2.2.0",
"gulp-concat": "~2.4.3",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.5",
"gulp-replace": "^0.5.0",
"gulp-sass": "^1.2.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^0.5.0",
"gulp-useref": "^1.0.1",
"gulp-webpack": "~1.1.2",
"coffee-script": "~1.8.0",
"jquery": "2.1.0",
"react": "0.12.2",
"react-router": "0.11.6"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}