-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
71 lines (71 loc) · 1.75 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
{
"name": "gulp-webpack-starter",
"version": "2.1.0",
"description": "Gulp Webpack Starter - awesome static and WordPress site builder.",
"engines": {
"node": ">=10.16.0"
},
"keywords": [
"gulp",
"webpack",
"html",
"sass",
"js",
"browsersync",
"gulp-webpack",
"gulp-starter",
"gulp-builder",
"wordpress",
"builder",
"toolkit"
],
"author": "Dmytro Chumak <hello@webman.pro> (https://webman.pro/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wwwebman/gulp-webpack-starter.git"
},
"scripts": {
"start": "gulp",
"build": "cross-env NODE_ENV=production gulp"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"babel-core": "6.26.3",
"babel-loader": "8.1.0",
"browser-sync": "2.26.7",
"cross-env": "7.0.2",
"del": "5.1.0",
"dotenv": "8.2.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"glob": "7.1.6",
"gulp": "3.9.1",
"gulp-autoprefixer": "7.0.1",
"gulp-changed": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-file-include": "2.2.2",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.1",
"gulp-prompt": "1.2.0",
"gulp-purgecss": "2.1.2",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"gulp-sizereport": "1.2.1",
"gulp-sourcemaps": "2.6.5",
"gulp-svg-sprite": "1.5.0",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",
"imagemin-pngquant": "8.0.0",
"path": "0.12.7",
"require-dir": "1.2.0",
"run-sequence": "2.2.1",
"webpack": "4.43.0",
"webpack-dev-middleware": "3.7.2",
"webpack-hot-middleware": "2.25.0"
}
}