-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 945 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
{
"name": "patkub-site",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp default"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"autoprefixer": "^10.4.20",
"del": "^8.0.0",
"gulp": "^5.0.0",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-postcss": "^10.0.0",
"gulp-purgecss": "^7.0.2",
"gulp-rev": "^11.0.0",
"gulp-rev-rewrite": "^6.0.0",
"gulp-sass": "^6.0.0",
"gulp-sri-hash": "^2.2.1",
"merge-stream": "^2.0.0",
"npm-check-updates": "^17.1.11",
"ordered-read-streams": "^2.0.0",
"sass": "^1.83.0"
},
"browserslist": [
"last 3 versions"
]
}