-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 947 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
35
36
37
{
"name": "startgulp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@fancyapps/fancybox": "^3.5.7",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.9",
"css-mqpacker": "^7.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^4.1.0",
"gulp-uglify": "^3.0.2",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.6.0",
"jquery-form-styler": "^2.0.2",
"postcss-merge-rules": "^5.1.1",
"rateyo": "^2.3.2",
"sass": "^1.49.9",
"slick-carousel": "^1.8.1",
"sort-css-media-queries": "^2.0.4",
"svgo": "^2.8.0"
}
}