-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.12 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@root/starrail",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"new": "koishi-scripts new",
"dev": "cross-env NODE_ENV=development koishi start -r esbuild-register -r yml-register",
"start": "koishi start",
"build": "yakumo build",
"docs:dev": "vitepress dev docs --open",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo publish"
},
"devDependencies": {
"@koishijs/client": "^5.28.0",
"@koishijs/plugin-hmr": "^1.2.8",
"@koishijs/plugin-mock": "^2.6.5",
"@koishijs/scripts": "^4.5.2",
"@koishijs/vitepress": "^1.9.5",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.24",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"esbuild": "^0.17.19",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"sass": "^1.72.0",
"typescript": "^5.5.0-dev.20240316",
"vitepress": "^1.0.0-rc.45",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.26",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.10",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.6",
"yakumo-version": "^0.3.4",
"yml-register": "^1.2.5"
},
"dependencies": {
"@koishijs/plugin-config": "^2.8.5",
"@koishijs/plugin-console": "^5.28.0",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-database-mysql": "^5.8.0",
"@koishijs/plugin-database-sqlite": "^3.9.0",
"@koishijs/plugin-dataview": "^2.3.1",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/plugin-logger": "^2.6.7",
"@koishijs/plugin-market": "^2.11.1",
"@koishijs/plugin-rate-limit": "^1.3.3",
"@koishijs/plugin-sandbox": "^3.2.4",
"@koishijs/plugin-status": "^7.4.10",
"@koishijs/registry": "^6.0.4",
"koishi": "^4.17.2",
"koishi-plugin-puppeteer": "^3.8.2",
"mocha": "^10.3.0",
"react": "^18.3.0-next-fecc288b7-20221025"
}
}