-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 818 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 818 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
{
"name": "gyoxxi.github.io",
"version": "1.0.0",
"description": "Software developer from UPenn",
"main": "gulpfile.js",
"scripts": {
"start": "gulp serve --watch",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gyoxxi/Gyoxxi.github.io.git"
},
"author": "Yuxuan Xiong",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gyoxxi/Gyoxxi.github.io/issues"
},
"homepage": "https://github.com/Gyoxxi/Gyoxxi.github.io#readme",
"dependencies": {
"browser-sync": "^3.0.2",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.77.1",
"eslint": "^9.2.0"
}
}