-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
41 lines (41 loc) · 1.31 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
{
"name": "@koishijs/docs",
"private": true,
"version": "1.0.0",
"author": "Shigma <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vuepress dev . --port 7070 --open",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vuepress build ."
},
"devDependencies": {
"@koishijs/client": "^4.6.6",
"@koishijs/plugin-adapter-discord": "^3.2.4",
"@koishijs/plugin-adapter-onebot": "^5.2.3",
"@koishijs/plugin-adapter-telegram": "^3.4.4",
"@koishijs/plugin-console": "^4.6.6",
"@koishijs/plugin-mock": "^2.1.0",
"@koishijs/plugin-rate-limit": "^1.2.1",
"@koishijs/plugin-schedule": "^4.3.1",
"@koishijs/registry": "^4.1.0",
"@rollup/plugin-yaml": "^3.1.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.4",
"@typescript/twoslash": "^3.1.0",
"@vuepress/plugin-docsearch": "2.0.0-beta.51",
"@vuepress/plugin-pwa": "2.0.0-beta.51",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.51",
"@vuepress/plugin-register-components": "2.0.0-beta.51",
"cross-env": "^7.0.3",
"diacritics": "^1.3.0",
"koishi": "^4.9.4",
"remark-shiki-twoslash": "^3.1.0",
"shiki": "^0.9.15",
"typescript": "4.8.2",
"vuepress": "2.0.0-beta.51",
"vuepress-plugin-medium-zoom": "^1.1.9"
},
"resolutions": {
"vue": "3.2.40"
}
}