-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"name": "@koishijs/docs",
"private": true,
"type": "module",
"version": "1.0.0",
"author": "Shigma <shigma10826@gmail.com>",
"packageManager": "yarn@4.13.0",
"license": "MIT",
"scripts": {
"mixin": "node -r esbuild-register .vitepress/config/mixin.ts",
"dev": "vitepress dev . --port 8514 --open",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vitepress build .",
"preview": "vitepress preview"
},
"devDependencies": {
"@cordisjs/vitepress": "^4.4.2",
"@koishijs/components": "^1.5.13",
"@koishijs/core": "^4.18.0",
"@koishijs/dns": "^1.0.1",
"@koishijs/market": "^4.2.8",
"@koishijs/registry": "^7.0.3",
"@types/node": "^25.5.2",
"@types/spark-md5": "^3.0.5",
"@vueuse/core": "^14.2.1",
"cross-env": "^10.1.0",
"element-plus": "2.7.7",
"esbuild-register": "^3.6.0",
"koishi": "^4.18.11",
"markdown-it-mathjax3": "^4.3.2",
"marked-vue": "^1.3.0",
"sass": "^1.97.2",
"typescript": "^5.9.3",
"vitepress": "2.0.0-alpha.17",
"vue": "^3.5.32",
"vue-i18n": "^9.10.2"
}
}