-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.21 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
40
41
{
"name": "anwen-docs",
"version": "2.0.0",
"description": "AnWen Docs",
"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": "npx vp-update"
},
"devDependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0",
"@rollup/plugin-terser": "^0.4.4",
"@vue/repl": "^4.4.2",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
"@vuepress/plugin-links-check": "2.0.0-rc.52",
"@vuepress/plugin-notice": "2.0.0-rc.52",
"@vuepress/plugin-pwa": "2.0.0-rc.52",
"@vuepress/theme-default": "2.0.0-rc.52",
"artplayer": "^5.1.7",
"chart.js": "^4.4.4",
"dashjs": "^4.7.4",
"dashjs-pure": "^1.0.0",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"hls.js": "^1.5.15",
"katex": "^0.16.11",
"mermaid": "^10.9.1",
"mpegts.js": "^1.7.3",
"plyr": "^3.7.8",
"sass-embedded": "^1.79.4",
"vue": "^3.5.10",
"vuepress": "2.0.0-rc.17",
"vuepress-plugin-components": "2.0.0-rc.57",
"vuepress-plugin-search-pro": "2.0.0-rc.57",
"vuepress-theme-hope": "2.0.0-rc.58"
}
}