-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 KB
/
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
42
{
"name": "ch1oechao.github.io",
"version": "1.0.0",
"description": "Nice Shot !",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {
"graceful-fs": "^4.2.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ch1oechao/ch1oechao.github.io.git"
},
"keywords": [
"ch1oechao",
"blog",
"code"
],
"author": "ch1oechao ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/ch1oechao/ch1oechao.github.io/issues"
},
"homepage": "https://github.com/ch1oechao/ch1oechao.github.io#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.57.1"
}
}