-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.06 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
{
"private": true,
"engines": {
"node": ">=4"
},
"devDependencies": {
"ajv": "^6.12.3",
"babel-core": "^6.4.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.5.2",
"browser-sync": "^2.29.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-cached": "^1.1.1",
"gulp-cssnano": "^2.0.0",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-hub": "^4.2.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.0.1",
"gulp-real-favicon": "^0.3.0",
"gulp-replace": "^0.6.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.0.0",
"main-bower-files": "^2.5.0",
"wiredep": "^4.0.0"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true,
"browser": true
},
"rules": {
"quotes": [
2,
"single"
]
}
}
}