-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 911 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": "blank-html5",
"version": "1.0.0",
"description": "Blank HTML5 template for experiments",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chen Hui Jing",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"@selfisekai/gulp-sass": "^4.2.0",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"cssnano": "^7.0.6",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^10.0.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.49",
"sass": "^1.83.0"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "https://github.com/huijing/blank-html5.git"
}
}