forked from koishijs/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "@koishijs/docs",
"private": true,
"type": "module",
"version": "1.0.0",
"author": "Shigma <[email protected]>",
"license": "MIT",
"scripts": {
"mixin": "node -r esbuild-register .vitepress/config/mixin.ts",
"dev": "vitepress dev . --port 8514 --open",
"serve": "vitepress serve . --port 8514 --open",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vitepress build ."
},
"devDependencies": {
"@cordisjs/vitepress": "^3.2.7",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@koishijs/components": "^1.5.13",
"@koishijs/core": "^4.18.0",
"@koishijs/dns": "^1.0.1",
"@koishijs/market": "^4.2.5",
"@koishijs/registry": "^7.0.3",
"@types/node": "^22.7.5",
"@types/spark-md5": "^3.0.4",
"@vueuse/core": "^10.11.0",
"cross-env": "^7.0.3",
"element-plus": "2.7.7",
"esbuild-register": "^3.5.0",
"koishi": "^4.18.0",
"markdown-it-mathjax3": "^4.3.2",
"marked-vue": "^1.3.0",
"typescript": "^5.6.2",
"vitepress": "1.2.2",
"vue-i18n": "^9.10.2"
}
}