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
/
package.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": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
"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": "^6.2.0",
"@cloudflare/workers-types": "^4.20251128.0",
"@iconify-json/carbon": "^1.2.14",
"@iconify-json/icon-park-outline": "^1.2.4",
"@iconify-json/octicon": "^1.2.19",
"@project-trans/vitepress-theme-project-trans": "^0.9.1761114650",
"@unocss/eslint-plugin": "^66.5.9",
"eslint": "^9.39.1",
"eslint-plugin-format": "^1.0.2",
"markdownlint-cli": "^0.45.0",
"unocss": "^66.5.9",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.2.4",
"vitepress": "^1.6.4",
"vitepress-sidebar": "^1.33.0",
"vue": "^3.5.25"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
},
"onlyBuiltDependencies": [
"esbuild",
"vue-demi"
]
}
}