-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"scripts": {
"start": "cross-env NODE_ENV=dev gulp"
},
"name": "gllacy.makeevka.com",
"version": "1.0.0",
"description": "Gllacy",
"author": "vit",
"license": "ISC",
"dependencies": {
"del": "^2.2.1",
"gulp": "github:gulpjs/gulp#4.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"cross-env": "^1.0.8",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.7",
"gulp-debug": "^2.1.2",
"gulp-file-include": "^0.13.7",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-newer": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg2png": "^2.0.0",
"gulp-svgfallback": "^3.0.2",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-uglify": "^1.5.4",
"imagemin-pngquant": "^5.0.0",
"postcss-reporter": "^1.3.3",
"stylelint": "^6.8.0",
"stylelint-config-standard": "^10.0.0"
}
}