-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 966 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 966 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
32
33
{
"name": "blog",
"version": "1.0.0",
"description": "hexiaopi's blog",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:dev": "vuepress-vite dev src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:update-package": "pnpm dlx vp-update",
"docs:check-links": "vuepress-vite check-links src",
"docs:serve": "vuepress-vite serve dist"
},
"devDependencies": {
"@vue/repl": "^4.7.0",
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/plugin-feed": "2.0.0-rc.112",
"@vuepress/plugin-revealjs": "2.0.0-rc.112",
"@vuepress/plugin-slimsearch": "2.0.0-rc.112",
"echarts": "^5.6.0",
"flowchart.ts": "^3.0.1",
"katex": "^0.16.22",
"mermaid": "^11.11.0",
"sass-embedded": "^1.92.1",
"vue": "^3.5.21",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-hope": "2.0.0-rc.94"
},
"dependencies": {
"reveal.js": "^5.2.1"
}
}