-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 878 Bytes
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
{
"name": "floristry",
"version": "1.0.0",
"description": "",
"author": "Viktor Moskalev",
"license": "ISC",
"dependencies": {
"animate.css": "^4.1.0",
"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.2.0",
"gulp-imagemin": "^6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-wait": "0.0.2",
"gulp-watch": "^5.0.1",
"imagemin-giflossy": "^5.1.10",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-zopfli": "^6.0.0",
"insales-uploader-autoprefixer": "^1.0.1",
"node-sass": "^4.14.1",
"rimraf": "^2.6.3",
"swiper": "^6.6.1"
},
"devDependencies": {
"gulp-file-include": "^2.2.2",
"gulp-terser": "^1.2.0"
}
}