forked from TCA-Arknights/aneot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1001 Bytes
/
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
{
"name": "aneot",
"version": "1.3.1",
"description": "Another End of Terra",
"license": "MIT",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:prod": "live-server docs/.vuepress/dist",
"upgrade": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/plugin-comment": "2.0.0-rc.42",
"@vuepress/plugin-register-components": "2.0.0-rc.42",
"@vuepress/plugin-search": "2.0.0-rc.42",
"vue": "^3.5.1",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-search-pro": "2.0.0-rc.52",
"vuepress-theme-hope": "2.0.0-rc.52"
},
"dependencies": {
"@vuepress/plugin-comment": "2.0.0-rc.42",
"@vuepress/plugin-feed": "2.0.0-rc.42",
"@vuepress/plugin-pwa": "2.0.0-rc.42",
"@waline/client": "3.3.0",
"markdown-it": "^14.1.0",
"vue-scriptx": "^0.2.5",
"vuepress-plugin-alert": "0.0.5"
}
}