forked from project-trans/RLE-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.36 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
38
39
40
41
42
43
44
{
"name": "rle-wiki",
"version": "1.0.0",
"description": "RLE指北",
"license": "CC-BY-SA-4.0",
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"dev:wrangler": "wrangler pages dev ./docs/.vitepress/dist/",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"build:old": "vuepress build docs",
"clean-dev:old": "vuepress dev docs --clean-cache",
"dev:old": "vuepress dev docs",
"update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@iconify-json/octicon": "^1.1.52",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^1.22.2",
"@nolebase/vitepress-plugin-git-changelog": "^1.22.2",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^1.22.2",
"@project-trans/suggestion-box": "^0.0.9",
"@types/markdown-it": "^13.0.7",
"@types/markdown-it-footnote": "^3.0.3",
"markdown-it-footnote": "^3.0.3",
"markdown-it-katex": "^2.0.3",
"markdown-it-pangu": "^1.0.2",
"md5": "^2.3.0",
"simple-git": "^3.22.0",
"unocss": "^0.58.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.3",
"vitepress": "1.0.0-rc.42",
"vitepress-sidebar": "^1.19.0",
"vue": "^3.4.19",
"wrangler": "^3.32.0"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest"
}
}
}