-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.27 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
41
{
"name": "docmoa",
"version": "2.3.0",
"description": "Docmoa project",
"license": "CC-BY-SA 4.0",
"type": "module",
"scripts": {
"build": "set NODE_OPTIONS=--max-old-space-size=4096 && vuepress build docs",
"build-debug": "set NODE_OPTIONS=--max-old-space-size=4096 && vuepress build --debug docs",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs",
"update-package": "npx vp-update"
},
"engines": {
"node": ">=20.6.0"
},
"devDependencies": {
"@vue/repl": "^4.6.1",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-feed": "2.0.0-rc.124",
"@vuepress/plugin-google-analytics": "2.0.0-rc.124",
"@vuepress/plugin-markdown-chart": "2.0.0-rc.124",
"@vuepress/plugin-pwa": "2.0.0-rc.124",
"@vuepress/plugin-slimsearch": "2.0.0-rc.124",
"@vuepress/theme-default": "2.0.0-rc.124",
"chart.js": "^4.5.0",
"dashjs": "^5.0.3",
"echarts": "^6.0.0",
"flowchart.ts": "^3.0.1",
"hls.js": "^1.6.7",
"katex": "^0.16.27",
"mermaid": "^11.8.1",
"sass-embedded": "^1.89.2",
"vidstack": "^1.10.6",
"vue": "^3.5.25",
"vuepress": "2.0.0-rc.26",
"vuepress-bar": "^0.4.5",
"vuepress-plugin-use-pages": "1.0.5",
"vuepress-theme-hope": "2.0.0-rc.103"
}
}