-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 KB
/
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
34
35
{
"name": "my-blog",
"version": "2.0.0",
"description": "Personal fullstack knowledge base, 全栈知识体系",
"license": "MIT",
"type": "module",
"scripts": {
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs",
"update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.7",
"@vuepress/client": "2.0.0-rc.7",
"@vuepress/plugin-docsearch": "2.0.0-rc.14",
"vue": "^3.4.18",
"vuepress": "2.0.0-rc.7",
"vuepress-theme-hope": "2.0.0-rc.23"
},
"dependencies": {
"@vue/repl": "^3.4.0",
"@vuepress/plugin-feed": "2.0.0-rc.3",
"@vuepress/utils": "2.0.0-rc.7",
"chart.js": "^4.4.1",
"echarts": "^5.4.3",
"flowchart.ts": "^3.0.0",
"katex": "^0.16.9",
"mermaid": "^10.8.0",
"reveal.js": "^5.0.4",
"vuepress-plugin-feed2": "2.0.0-rc.16",
"vuepress-plugin-ordered-header": "0.0.2",
"vuepress-plugin-pwa2": "2.0.0-rc.24"
}
}