-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 951 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 951 Bytes
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
{
"name": "hamm-with-gulp",
"version": "0.1.0",
"author": "Charlie Greenman",
"private": true,
"devDependencies": {
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"browser-sync": "*",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-concat": "*",
"gulp-eslint": "*",
"gulp-iconfont": "^3.0.2",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "*",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "^1.0.1",
"gulp-sass": "*",
"gulp-watch": "*",
"gulp-webserver": "*",
"gulp.spritesmith": "^4.1.1",
"jsx-loader": "^0.13.2",
"react-dom": "^0.14.0",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.0",
"wiredep": "*"
},
"dependencies": {
"babel-eslint": "^3.1.18",
"imagemin-pngquant": "^4.1.0",
"react": "^0.14.0"
},
"eslintConfig": {
"parser": "babel-eslint",
"rules": {
"strict": 0
}
}
}