-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 902 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 902 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
34
35
{
"name": "ptwiki",
"version": "2.0.0",
"description": "Wiki for PixelTail",
"license": "CC BY-NC-SA 4.0",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "vuepress-vite dev docs",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vue/repl": "^4.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.28",
"@vuepress/plugin-revealjs": "2.0.0-rc.128",
"sass-embedded": "^1.77.0",
"chart.js": "^4.4.2",
"echarts": "^5.5.0",
"flowchart.ts": "^3.0.0",
"katex": "^0.16.10",
"mermaid": "^11.14.0",
"plyr": "^3.7.8",
"reveal.js": "^5.0.5",
"vidstack": "^1.10.9",
"vue": "^3.5.33",
"vuepress": "2.0.0-rc.28",
"vuepress-theme-hope": "2.0.0-rc.106"
},
"overrides": {
"mermaid": {
"uuid": "14.0.0"
}
}
}