-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.3 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
36
37
38
39
{
"name": "byte-lighting",
"version": "1.0.0",
"description": "A blog of vuepress-theme-hope",
"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.17",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.52",
"@vuepress/plugin-comment": "2.0.0-rc.53",
"@vuepress/plugin-copyright": "2.0.0-rc.52",
"@vuepress/plugin-markdown-hint": "^2.0.0-rc.52",
"@vuepress/plugin-markdown-image": "^2.0.0-rc.52",
"@vuepress/plugin-markdown-math": "^2.0.0-rc.52",
"@vuepress/plugin-markdown-tab": "^2.0.0-rc.52",
"@vuepress/plugin-prismjs": "^2.0.0-rc.52",
"@vuepress/plugin-pwa": "2.0.0-rc.52",
"@vuepress/plugin-revealjs": "^2.0.0-rc.52",
"aplayer": "^1.10.1",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"katex": "^0.16.11",
"sass-embedded": "^1.79.4",
"store": "^2.0.12",
"vue": "^3.5.11",
"vuepress": "2.0.0-rc.17",
"vuepress-plugin-search-pro": "2.0.0-rc.57",
"vuepress-plugin-social-share": "2.0.0-beta.23",
"vuepress-theme-hope": "2.0.0-rc.58"
}
}