-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.19 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": "membot",
"version": "5.0.11",
"main": "koishi.config.js",
"repository": "https://github.com/memset0/membot.git",
"author": "memset0 <memset0@outlook.com>",
"license": "AGPL-3.0-or-later",
"scripts": {
"start": "yarn run vite:build && yarn run app:start",
"dev": "cross-env NODE_ENV=development yarn koishi start -r ts-node/register -r yml-register --watch",
"deploy": "rm -f src/services/web/vite/components.d.ts && git pull && yarn && yarn start",
"app:start": "cross-env NODE_ENV=production yarn koishi start -r ts-node/register -r yml-register",
"web:start": "cross-env NODE_ENV=development ts-node -r yml-register src/services/web/dev",
"web:dev": "cross-env NODE_ENV=development concurrently \"yarn run vite:dev\" \"ts-node -r yml-register src/services/web/dev\"",
"vite:dev": "cross-env NODE_ENV=development vite src/services/web/vite",
"vite:build": "cross-env NODE_ENV=production vite build src/services/web/vite",
"vite:preview": "cross-env NODE_ENV=production vite preview src/services/web/vite"
},
"devDependencies": {
"@koishijs/plugin-adapter-discord": "^3.0.2",
"@koishijs/plugin-adapter-kook": "^3.5.2",
"@koishijs/plugin-adapter-onebot": "^5.5.4",
"@koishijs/plugin-adapter-telegram": "^3.6.5",
"@koishijs/plugin-chat": "^3.2.0",
"@koishijs/plugin-commands": "^2.3.0",
"@koishijs/plugin-console": "^5.1.8",
"@koishijs/plugin-database-mysql": "^5.2.1",
"@koishijs/plugin-dataview": "^2.2.0",
"@koishijs/plugin-help": "^2.0.2",
"@koishijs/plugin-insight": "^3.1.6",
"@koishijs/plugin-logger": "^2.1.5",
"@koishijs/plugin-puppeteer": "^3.0.2",
"@koishijs/plugin-rate-limit": "^1.1.7",
"@koishijs/plugin-recall": "^1.2.0",
"@koishijs/plugin-sandbox": "^2.2.9",
"@koishijs/plugin-status": "^7.0.1",
"@koishijs/plugin-sudo": "^1.1.3",
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.31",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.13",
"@types/express-http-proxy": "^1.6.3",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-send": "^4.1.3",
"@types/koa-static": "^4.0.2",
"@types/koa__cors": "^3.3.0",
"@types/koa__router": "^12.0.0",
"@types/md5": "^2.3.2",
"@types/node": "^18.11.18",
"@types/sharp": "^0.31.1",
"@types/superagent": "^4.1.15",
"@types/tmp": "^0.2.3",
"@vitejs/plugin-vue": "^4.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.16.17",
"esbuild-register": "^3.3.3",
"ts-node": "^10.7.0",
"typescript": "^4.7.2",
"vite": "^4.0.4",
"yakumo": "^0.3.7",
"yakumo-publish": "^0.3.2",
"yakumo-upgrade": "^0.3.2",
"yakumo-version": "^0.3.2"
},
"dependencies": {
"@arco-design/web-vue": "^2.42.0",
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"@koishijs/client": "^5.1.8",
"@koishijs/plugin-verifier": "^1.0.6",
"@koishijs/scripts": "^3.4.2",
"@koishijs/utils": "^6.4.0",
"@l2studio/minecraft-ping": "^0.1.1",
"@ungap/structured-clone": "^1.0.1",
"@vicons/ionicons5": "^0.12.0",
"ansi_up": "^5.1.0",
"await-timeout": "^1.1.1",
"axios": "^1.2.2",
"body-parser": "^1.20.0",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^7.4.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-http-proxy": "^1.6.3",
"fluent-ffmpeg": "^2.1.2",
"html-to-text": "^9.0.3",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^12.0.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"koishi": "^4.11.2",
"lodash": "^4.17.21",
"lru-cache": "^7.14.0",
"markdown-it": "^13.0.1",
"md5": "^2.3.0",
"moment": "^2.29.4",
"object-hash": "^3.0.0",
"pinia": "^2.0.29",
"qface": "^1.2.0",
"qrcode": "^1.5.1",
"randomstring": "^1.2.2",
"rd": "^2.0.1",
"rss-feed-emitter": "^3.2.3",
"sharp": "^0.31.3",
"shuffle-array": "^1.0.1",
"sleep-promise": "^9.1.0",
"spark-md5": "^3.0.2",
"superagent": "^8.0.0",
"tmp": "^0.2.1",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.4",
"vue": "^3.2.39",
"xss": "^1.0.13",
"yaml": "^2.1.1",
"yml-register": "^1.0.0"
}
}