forked from wwwebman/gulp-webpack-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.91 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gulp-webpack-starter",
"version": "1.1.0",
"description": "Gulp Webpack Starter - static site builder with a lot of cool features",
"keywords": [
"gulp",
"webpack",
"browsersync",
"gulp-webpack",
"gulp-starter",
"gulp-builder"
],
"author": "Dmytro Chumak <hello@webman.pro> (http://webman.pro/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wwwebman/gulp-webpack-starter.git"
},
"scripts": {
"dev": "gulp",
"pro": "gulp --production",
"deploy": "gulp deploy --production"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "~2.9.11",
"del": "^2.2.2",
"glob": "^7.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^3.0.2",
"gulp-file-include": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.0.1",
"gulp-prompt": "^0.2.0",
"gulp-remember": "^0.3.1",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^4.2.2",
"jest": "^20.0.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"main-bower-files": "^2.9.0",
"merge-stream": "^1.0.0",
"minimatch": "^3.0.2",
"path": "^0.12.7",
"require-dir": "^0.3.2",
"rimraf": "^2.4.3",
"run-sequence": "^1.2.2",
"vinyl-ftp": "^0.6.0",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"fancybox": "^3.0.0",
"jquery": "^3.1.1",
"normalize-css": "^2.3.1"
}
}