forked from shfshanyue/Daily-Question
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "daily-question",
"version": "1.0.0",
"description": "勤学如春起之苗,不见其增,日有所长;辍学如磨刀之石,不见其损,日有所亏。",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.7.1",
"args": "^5.0.1",
"axios": "^0.21.1",
"ismobilejs": "^1.1.1",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.20",
"npm-check-updates": "^10.2.5",
"unfetch": "^4.2.0",
"vuepress": "^1.7.1",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"vercel": "^21.0.1"
},
"scripts": {
"doc": "node scripts/build",
"issues": "node scripts/build.js",
"dev": "vuepress dev",
"build": "vuepress build",
"ncu": "ncu"
},
"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"
}