forked from realgeoffrey/knowledge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 965 Bytes
/
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
{
"dependencies": {
"autoprefixer": "7",
"babel-core": "6",
"babel-preset-env": "1",
"browser-sync": "2",
"del": "3",
"gulp": "3",
"gulp-babel": "7",
"gulp-concat": "2",
"gulp-cssnano": "2",
"gulp-eslint": "4",
"gulp-fontmin": "0",
"gulp-imagemin": "4",
"gulp-make-css-url-version": "0",
"gulp-postcss": "7",
"gulp-rename": "1",
"gulp-sass": "3",
"gulp-sourcemaps": "2",
"gulp-uglify": "3",
"gulp.spritesmith": "6",
"imagemin-gifsicle": "5",
"imagemin-jpegtran": "5",
"imagemin-optipng": "5",
"imagemin-pngquant": "5",
"imagemin-svgo": "6",
"postcss-px2rem": "0"
},
"devDependencies": {
"babel-eslint": "8",
"eslint-config-standard": "10",
"eslint-plugin-html": "4",
"eslint-plugin-import": "2",
"eslint-plugin-node": "5",
"eslint-plugin-promise": "3",
"eslint-plugin-standard": "3"
},
"scripts": {
"runGulp": "gulp"
}
}