forked from project-trans/RLE-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.35 KB
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
{
"name": "rle-wiki",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"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": "^7.7.3",
"@cloudflare/workers-types": "^4.20260317.1",
"@iconify-json/carbon": "^1.2.20",
"@iconify-json/icon-park-outline": "^1.2.4",
"@iconify-json/octicon": "^1.2.22",
"@project-trans/vitepress-theme-project-trans": "^0.9.1761114650",
"@unocss/eslint-plugin": "^66.6.7",
"eslint": "^10.1.0",
"eslint-plugin-format": "^2.0.1",
"markdownlint-cli": "^0.45.0",
"unocss": "^66.6.7",
"unplugin-vue-components": "^32.0.0",
"vite": "^7.2.4",
"vitepress": "^1.6.4",
"vitepress-sidebar": "^1.33.1",
"vue": "^3.5.31"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
},
"onlyBuiltDependencies": [
"esbuild",
"vue-demi"
]
}
}