-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
33 lines (33 loc) · 892 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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npm run auto && vuepress dev docs",
"build": "npm run auto && vuepress build docs",
"auto": "node ./scripts/sidebar.js",
"push": "bash ./deploy.sh",
"deploy": "npm run build && npm run push"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"del": "^4.1.1",
"fs-extra": "^7.0.1",
"markdown-it": "^8.4.2",
"node-pinyin": "^0.2.3",
"vuepress": "^1.8.2",
"vuepress-plugin-auto-sidebar": "^2.2.3",
"vuepress-plugin-one-click-copy": "^1.0.3",
"vuepress-plugin-zooming": "^1.1.8"
},
"dependencies": {
"cesium": "^1.82.1",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-theme-antdocs": "^1.3.5"
}
}