-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"scripts": {
"start": "gulp",
"build": "gulp build",
"ncu": "ncu"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"browser-sync": "^2.18.8",
"cq-prolyfill": "^0.3.2",
"css-mqpacker": "^5.0.1",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-image": "^2.7.6",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.3.0",
"gulp-postcss": "^6.4.0",
"gulp-pug": "^3.3.0",
"gulp-stylelint": "^3.9.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^2.1.2",
"npm-check-updates": "^2.11.0",
"postcss-color-function": "^3.0.0",
"postcss-csso": "^2.0.0",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.2",
"postcss-each": "^0.9.3",
"postcss-easy-import": "^2.0.0",
"postcss-media-minmax": "^2.1.2",
"postcss-nested": "^1.0.1",
"postcss-nested-ancestors": "^1.0.0",
"require-dir": "^0.3.1"
}
}