-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 739 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
{
"name": "sapi",
"version": "0.1.0",
"private": true,
"description": "HanGuan's SuperAPI - a lightweight LLM API relay with admin-managed upstream APIs and user-facing API keys.",
"scripts": {
"build": "vite build",
"client:dev": "vite --host 0.0.0.0",
"smoke": "node scripts/smoke.mjs"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"highlight.js": "^11.11.1",
"marked": "^18.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^3.8.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
},
"engines": {
"node": ">=20"
}
}