-
Notifications
You must be signed in to change notification settings - Fork 509
/
package.json
34 lines (34 loc) · 1.22 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
{
"name": "daily-question",
"version": "1.0.0",
"description": "勤学如春起之苗,不见其增,日有所长;辍学如磨刀之石,不见其损,日有所亏。",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.9.7",
"args": "^5.0.1",
"axios": "^0.26.1",
"ismobilejs": "^1.1.1",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"vuepress": "^1.9.7",
"vuepress-plugin-sitemap": "^2.3.1"
},
"scripts": {
"doc": "node scripts/build",
"dev": "vuepress dev",
"build": "vuepress build",
"issues": "curl https://cdn.jsdelivr.net/gh/shfshanyue/interview-api@master/data/issues.json --compressed > data/issues.json",
"ncu": "ncu",
"deploy": "ossutil cp -rf --meta Cache-Control:no-cache .vuepress/dist oss://shanyue-question/ && ossutil cp -rf --meta Cache-Control:max-age=31536000 .vuepress/dist/assets oss://shanyue-question/assets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shfshanyue/Daily-Question.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shfshanyue/Daily-Question/issues"
},
"homepage": "https://github.com/shfshanyue/Daily-Question#readme"
}