-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 837 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
{
"name": "gulpstart",
"version": "1.0.0",
"description": "start gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daria",
"license": "ISC",
"devDependencies": {
"animate.css": "^4.1.0",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-svgmin": "^2.2.0",
"gulp-svgo": "^2.1.1",
"gulp-svgstore": "^7.0.1",
"gulp-uglify-es": "^2.0.0",
"gulp-webp": "^4.0.1",
"sass": "^1.26.3",
"uglify": "^0.1.5"
},
"dependencies": {
"del": "^5.1.0",
"gulp-uglify": "^3.0.2",
"normalize.css": "^8.0.1",
"slick-carousel": "^1.8.1",
"wow.js": "^1.2.2"
}
}