-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 787 Bytes
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
{
"name": "vuepress-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs",
"deploy": "bash deploy.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress-reco/vuepress-plugin-kan-ban-niang": "^1.0.5",
"@vuepress/plugin-pwa": "^1.8.2",
"markdown-it-plantuml-ex": "^1.0.0",
"vue-router": "^3.5.1",
"vuepress": "^1.0.2",
"vuepress-plugin-auto-sidebar": "^2.2.2",
"vuepress-plugin-cursor-effects": "^1.0.2",
"vuepress-plugin-nuggets-style-copy": "^1.0.3",
"vuepress-plugin-permalink-pinyin": "^1.0.0",
"vuepress-theme-reco": "^1.6.6"
},
"dependencies": {
"moment": "^2.29.1"
}
}