-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1007 Bytes
/
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
{
"name": "app-work",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gulp build && firebase deploy --non-interactive"
},
"author": "olesya_brazhnikova",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.12",
"firebase-tools": "^11.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-html-bem-validator": "^1.0.5",
"gulp-iconfont": "^11.0.0",
"gulp-iconfont-css": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^5.0.0",
"gulp-terser": "^2.0.1",
"gulp-uglify-es": "^3.0.0",
"gulp-w3c-html-validator": "^5.1.0",
"sass": "^1.45.0"
}
}