-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 907 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
30
31
{
"name": "vuepress-theme-hope-template",
"description": "A project of vuepress-theme-hope",
"version": "2.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/plugin-comment": "2.0.0-rc.112",
"@vuepress/plugin-search": "2.0.0-rc.112",
"@vuepress/plugin-slimsearch": "2.0.0-rc.112",
"@waline/client": "^3.5.7",
"echarts": "^5.6.0",
"flowchart.ts": "^3.0.1",
"mathjax-full": "^3.2.2",
"mermaid": "^11.8.1",
"sass-embedded": "^1.88.0",
"vue": "^3.5.17",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-hope": "2.0.0-rc.94"
},
"dependencies": {
"sqlite3": "^5.1.7"
}
}