-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
50
51
52
{
"name": "gulp-es2015",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp build --env=production",
"dev": "gulp --env=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-environment": "^1.3.0",
"gulp-file-include": "^1.0.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.8.8",
"gulp-html-replace": "^1.6.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^6.4.0",
"gulp-remember": "^0.3.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.2.1",
"postcss-scss": "^1.0.2",
"precss": "^2.0.0",
"rollup-stream": "^1.19.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}