forked from huwanlong/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 853 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
{
"name": "docs",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/huwanlong/docs.git",
"author": "huwanlong <[email protected]>",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy": "bash deploy.sh",
"cname": "bash cname.sh"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-google-analytics": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"@vuepress/plugin-nprogress": "^1.7.1",
"@vuepress/plugin-pwa": "^1.7.1",
"markdown-it-katex": "^2.0.3",
"vuepress": "^1.7.1"
},
"dependencies": {
"@vssue/api-github-v4": "^1.4.0",
"@vssue/vuepress-plugin-vssue": "^1.4.6",
"countup.js": "^2.0.7",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32"
}
}