forked from PixelTail/PixelTailWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 751 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
{
"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.12",
"chart.js": "^4.4.2",
"echarts": "^5.5.0",
"flowchart.ts": "^3.0.0",
"katex": "^0.16.10",
"mermaid": "^10.9.0",
"plyr": "^3.7.8",
"reveal.js": "^5.0.5",
"vidstack": "^1.10.9",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.12",
"vuepress-theme-hope": "2.0.0-rc.44"
}
}