-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·86 lines (86 loc) · 2.33 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "gulp-webpack-starter",
"version": "1.2.0",
"description": "Gulp Webpack Starter - static site builder with a lot of cool features",
"engines": {
"node": ">=8.9.1",
"npm": ">=5.5.0"
},
"keywords": [
"gulp",
"webpack",
"browsersync",
"gulp-webpack",
"gulp-starter",
"gulp-builder"
],
"author": "Dmytro Chumak <[email protected]> (http://webman.pro/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wwwebman/gulp-webpack-starter.git"
},
"scripts": {
"start": "NODE_ENV=development gulp",
"build": "NODE_ENV=production gulp",
"deploy": "NODE_ENV=production gulp deploy"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.5",
"del": "^3.0.0",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"glob": "^7.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-changed": "^3.1.1",
"gulp-clean-css": "^4.0.0",
"gulp-file-include": "^2.0.1",
"gulp-filter": "^5.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.0.1",
"gulp-prompt": "^1.0.0",
"gulp-remember": "^1.0.1",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.3",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.0",
"imagemin-pngquant": "^7.0.0",
"jest": "^24.1.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": "^1.0.0",
"rimraf": "^2.4.3",
"run-sequence": "^2.2.0",
"vinyl-ftp": "^0.6.0",
"webpack": "^4.15.1",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2"
},
"dependencies": {
"include-media": "^1.4.9",
"include-media-grid": "^1.2.0",
"lazysizes": "^4.0.4",
"lightgallery.js": "^1.0.3",
"masonry-layout": "^4.2.2",
"modularscale-sass": "^3.0.8",
"normalize.css": "^8.0.0",
"sass-rem": "^2.0.0",
"swiper": "^4.3.3"
}
}