-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 728 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
{
"name": "Restourant",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/Oleg-Razin/Restourant-landing.git"
},
"devDependencies": {
"bootstrap": "^4.5.0",
"browser-sync": "^2.26.12",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglifyjs": "^0.6.2",
"imagemin-pngquant": "^9.0.1",
"jquery": "^3.5.1",
"magnific-popup": "^1.1.0",
"swiper": "^5.4.5"
}
}