-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 876 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
{
"name": "shbblog",
"version": "2.0.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vue/repl": "^2.6.3",
"@vuepress/client": "2.0.0-beta.68",
"@waline/api": "1.0.0-alpha.1",
"@waline/client": "3.0.0-alpha.1",
"chart.js": "^4.4.0",
"echarts": "^5.4.3",
"flowchart": "^1.2.0",
"flowchart.ts": "^1.0.1",
"katex": "^0.16.9",
"mermaid": "^10.6.1",
"recaptcha-v3": "^1.10.0",
"reveal.js": "^5.0.2",
"vue": "^3.3.8",
"vuepress": "2.0.0-beta.68",
"vuepress-plugin-search-pro": "2.0.0-beta.250",
"vuepress-theme-hope": "2.0.0-beta.250"
}
}