-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "gulp-webpack_build",
"version": "1.0.0",
"description": "Для работы сборки у вас должны быть установлены",
"main": "gulpfile.js",
"dependencies": {
"jquery": "^3.2.1",
"node-normalize-scss": "^3.0.0",
"normalize.css": "^7.0.0"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "^1.3.7",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"gulp-webpack": "^1.5.0",
"imagemin-pngquant": "^5.0.1",
"node-sass": "^4.5.3",
"npm-check-updates": "^2.13.0",
"postcss-pixels-to-rem": "^0.8.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"webpack": "^3.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}