-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
35 lines (35 loc) · 848 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
{
"name": "alili.tech",
"version": "1.0.0",
"description": "Blog",
"main": "index.js",
"scripts": {
"start": "hugo server --buildFuture",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Num142857/alili.tech.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Num142857/alili.tech/issues"
},
"homepage": "https://github.com/Num142857/alili.tech#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sync": "^0.1.4",
"workbox-build": "^3.6.3"
},
"dependencies": {
"axios": "^0.19.2",
"fs-extra": "^9.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-shell": "^0.8.0",
"xml2js": "^0.4.19",
"xmlhttprequest": "^1.8.0",
"cos-nodejs-sdk-v5": "2.12.4"
}
}