-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1015 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
37
38
39
40
41
{
"name": "gulp-starter",
"version": "1.0.0",
"description": "",
"main": "",
"homepage": "https://ruslanasadov.github.io/portfolio-template/",
"scripts": {
"start": "gulp",
"svg-sprites": "gulp svg",
"build": "gulp build",
"deploy": "gulp build && gh-pages -d dist"
},
"author": "Ruslan Asadov",
"type": "module",
"private": true,
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-svg-sprite": "^1.5.0",
"sass": "^1.49.7",
"webpack": "^5.69.1",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"gh-pages": "^4.0.0",
"hamburgers": "^1.1.3",
"normalize.css": "^8.0.1",
"swiper": "^8.1.4"
}
}