forked from project-trans/RLE-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 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
45
{
"name": "rle-wiki",
"type": "module",
"version": "1.0.0",
"description": "RLE 指北",
"license": "CC-BY-SA-4.0",
"scripts": {
"dev": "vitepress dev docs",
"dev:wrangler": "wrangler pages dev ./docs/.vitepress/dist/",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
"@cloudflare/workers-types": "^4.20240405.0",
"@iconify-json/octicon": "^1.1.53",
"@nolebase/vitepress-plugin-enhanced-readabilities": "2.0.0-rc3",
"@nolebase/vitepress-plugin-git-changelog": "2.0.0-rc3",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "2.0.0-rc3",
"@project-trans/suggestion-box": "^0.0.9",
"@types/markdown-it": "^13.0.7",
"@types/markdown-it-footnote": "^3.0.4",
"@unocss/eslint-plugin": "^0.59.0",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"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.24.0",
"unocss": "^0.58.9",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vitepress": "1.0.0-rc.42",
"vitepress-sidebar": "^1.22.0",
"vue": "^3.4.21",
"wrangler": "^3.49.0"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest"
}
}
}