-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 823 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 823 Bytes
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
{
"name": "theme-group-chat",
"version": "1.0.0",
"description": "主题群聊:三国/红楼梦/西游记等,人物按人设回复,对接豆包扣子",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "vite --host 127.0.0.1",
"build": "vite build",
"db:init": "node scripts/db-init.js",
"avatar:refresh": "node scripts/backfill-character-avatars.js --refresh"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.12.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"https-proxy-agent": "^5.0.1",
"mysql2": "^3.20.0",
"node-fetch": "^2.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^5.11.0",
"ws": "^8.20.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.0",
"vite": "^5.0.0"
}
}