-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.52 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
53
54
55
56
57
{
"name": "boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-es6-promise": "^1.1.1",
"babel-preset-env": "^1.6.0",
"caniuse-lite": "^1.0.30000752",
"chokidar": "^1.7.0",
"del": "^3.0.0",
"directory-list": "^1.1.1",
"es6-promise": "^4.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-file": "^0.3.0",
"gulp-html-prettify": "0.0.1",
"gulp-if": "^2.0.2",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^3.4.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.3.2",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-server-livereload": "^1.9.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprites": "^4.1.2",
"gulp-uglify": "^3.0.0",
"gulp-w3cjs": "^1.3.0",
"gulp-watch": "^4.3.11",
"gulp-webp": "^2.3.0",
"gulp.spritesmith": "^6.5.1",
"imagemin-mozjpeg": "^6.0.0",
"less-plugin-autoprefix": "^1.5.1",
"mississippi": "^1.3.0",
"mkdirp": "^0.5.1",
"node-notifier": "^5.1.2",
"postcss-cssnext": "^3.0.2",
"postcss-easy-import": "^3.0.0",
"pump": "^1.0.2",
"through2": "^2.0.3",
"webpack": "^3.8.1",
"yargs": "^9.0.1"
},
"dependencies": {}
}