-
Notifications
You must be signed in to change notification settings - Fork 889
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "alist-doc",
"version": "3.0.0",
"description": "Documentation for alist v3",
"license": "AGPL-3.0",
"packageManager": "[email protected]",
"scripts": {
"ecosystem": "npx tsx scripts/ecosystem.ts",
"dev-build": "vuepress build docs",
"docs:build": "pnpm ecosystem && vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"dev": "pnpm docs:dev"
},
"devDependencies": {
"@types/node": "^18.18.10",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"artplayer": "^5.1.1",
"dashjs": "^4.7.2",
"flowchart.ts": "^1.0.1",
"hls.js": "^1.4.12",
"mathjax-full": "^3.2.2",
"mermaid": "^10.6.1",
"mpegts.js": "^1.7.3",
"naive-ui": "^2.35.0",
"sass": "^1.69.6",
"vue": "^3.3.8",
"vuepress": "2.0.0-rc.0",
"vuepress-theme-hope": "2.0.0-rc.0",
"vuepress-vite": "2.0.0-rc.0"
},
"dependencies": {
"markdown-it": "^13.0.2"
}
}