-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.24 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.24 KB
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
36
37
38
39
40
{
"name": "vuepress-theme-hope-template",
"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",
"docs:frontmatter-fix": "python3 script/frontmatter_fix.py"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.7",
"@vuepress/client": "2.0.0-rc.7",
"@vuepress/plugin-feed": "2.0.0-rc.24",
"@vuepress/plugin-google-analytics": "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",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vue": "^3.4.18",
"vuepress": "2.0.0-rc.7",
"vuepress-theme-hope": "2.0.0-rc.23"
},
"dependencies": {
"@mdit/plugin-footnote": "^0.14.0",
"@vue/repl": "^3.0.0",
"@vuepress/plugin-toc": "2.0.0-beta.7",
"markdown-it": "^14.1.0",
"vuepress-plugin-lightgallery": "2.0.0-rc.23",
"vuepress-plugin-pwa2": "2.0.0-rc.24",
"vuepress-plugin-seo2": "2.0.0-rc.16"
}
}