-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.97 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "koishi-dev",
"version": "0.0.0",
"packageManager": "yarn@4.5.3",
"private": true,
"files": [
".env",
"koishi.yml"
],
"license": "AGPL-3.0",
"workspaces": [
"external/*",
"external/*/external/*",
"external/*/external/*/packages/*",
"external/*/external/*/plugins/*",
"external/*/packages/*",
"external/*/plugins/*",
"external/@*/*",
"external/satori/adapters/*",
"external/satori/packages/*",
"external/koishi/plugins/*",
"external/koishi/plugins/database/*",
"packages/*",
"packages/@*/*",
"plugins/*",
"plugins/@*/*",
"private/*",
"private/@*/*"
],
"scripts": {
"new": "koishi-scripts new",
"setup": "koishi-scripts setup",
"clone": "koishi-scripts clone",
"build": "yakumo build",
"clean": "yakumo clean",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo build && yakumo publish",
"pub-now": "yakumo publish",
"dev": "cross-env NODE_ENV=development koishi start -r esbuild-register -r yml-register",
"start": "koishi start",
"format": "prettier -cw .",
"lint": "eslint \"**/*.{js,ts}\"",
"sync": "git pull && git submodule foreach --recursive git pull && yarn"
},
"devDependencies": {
"@cordisjs/element": "^0.1.0",
"@cordisjs/eslint-config": "^1.1.1",
"@koishijs/client": "^5.30.2",
"@koishijs/plugin-hmr": "^1.2.9",
"@koishijs/scripts": "^4.6.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cross-env": "^7.0.3",
"esbuild": "^0.24.2",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"yakumo": "^1.0.0-beta.18",
"yakumo-esbuild": "^1.0.0-beta.7",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-publish": "^0.3.10",
"yakumo-publish-sync": "^0.3.3",
"yakumo-tsc": "^1.0.0-beta.5",
"yakumo-upgrade": "^0.3.6",
"yakumo-version": "^0.3.4",
"yml-register": "^1.2.5"
},
"dependencies": {
"@koishijs/plugin-actions": "^0.0.2",
"@koishijs/plugin-adapter-satori": "^1.4.7",
"@koishijs/plugin-admin": "^2.0.0-beta.4",
"@koishijs/plugin-analytics": "^2.0.6",
"@koishijs/plugin-bind": "^1.5.1",
"@koishijs/plugin-commands": "^3.5.4",
"@koishijs/plugin-config": "^2.8.6",
"@koishijs/plugin-console": "^5.30.2",
"@koishijs/plugin-database-sqlite": "^4.6.0",
"@koishijs/plugin-explorer": "^1.5.5",
"@koishijs/plugin-help": "^2.4.4",
"@koishijs/plugin-hmr": "^1.2.9",
"@koishijs/plugin-http": "^0.6.3",
"@koishijs/plugin-insight": "^3.5.2",
"@koishijs/plugin-inspect": "^1.1.7",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-logger": "^2.6.9",
"@koishijs/plugin-market": "^2.11.4",
"@koishijs/plugin-notifier": "^1.2.1",
"@koishijs/plugin-oobe": "^0.0.2",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"@koishijs/plugin-sandbox": "^3.4.1",
"@koishijs/plugin-server": "^3.2.4",
"@koishijs/plugin-server-satori": "^2.8.5",
"@koishijs/plugin-status": "^7.4.10",
"@ltxhhz/koishi-plugin-skia-canvas": "^0.0.8",
"koishi": "^4.18.4",
"koishi-plugin-adapter-onebot": "^6.7.4",
"koishi-plugin-assets-local": "^3.3.2",
"koishi-plugin-cron": "^3.1.0",
"koishi-plugin-dataview": "^2.7.5",
"koishi-plugin-isekai-tensei": "workspace:^",
"koishi-plugin-memes-api": "workspace:^",
"koishi-plugin-puppeteer": "^3.9.0",
"koishi-plugin-rate-limit": "^2.0.4",
"koishi-plugin-telemetry": "^0.2.3",
"koishi-plugin-theme-doki": "workspace:^",
"koishi-plugin-theme-vanilla": "^1.1.0",
"koishi-plugin-wallpaper": "^1.0.5"
}
}