-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "gulp_templ",
"version": "1.0.0",
"main": "index.js",
"author": "Eugene Shereverov",
"license": "UNLICENSED",
"scripts": {
"start": "set NODE_ENV=development&& gulp",
"dev": "set NODE_ENV=development&& gulp dev",
"build": "set NODE_ENV=production&& gulp build"
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-babel": "^7.0.1",
"gulp-cheerio": "^0.6.3",
"gulp-concat": "^2.6.1",
"gulp-connect-php": "^1.0.3",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.3.7",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"gulp.spritesmith": "^6.9.0",
"imagemin-pngquant": "^5.0.1",
"merge-stream": "^1.0.1",
"postcss-csso": "^3.0.0",
"pug": "^2.0.0-rc.4",
"require-dir": "^1.0.0",
"svg4everybody": "^2.1.9",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack-stream": "^4.0.2"
},
"dependencies": {
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"node-normalize-scss": "^3.0.0",
"popper.js": "^1.14.1"
}
}