-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 965 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
38
39
40
41
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"dev": "gulp",
"build:dev": "gulp --build",
"build:prod": "gulp deploy --build"
},
"keywords": [],
"author": "ASTIK",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.27",
"browser-sync": "^3.0.4",
"cheerio": "^1.2.0",
"cssnano": "^7.1.3",
"del": "^8.0.1",
"gulp": "^5.0.1",
"gulp-file-include": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.1.0",
"gulp-sass": "^6.0.1",
"html-minifier-terser": "^7.2.0",
"postcss": "^8.5.8",
"prettier": "3.8.3",
"sass": "^1.98.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.91.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@fontsource-variable/roboto": "^5.2.10",
"swiper": "^12.1.3"
}
}