-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 893 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 893 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
31
32
33
34
35
36
37
{
"name": "autolibsystem",
"module": "server/index.ts",
"type": "module",
"private": true,
"scripts": {
"start": "bun server/index.ts",
"dev": "bun --watch server/index.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^24.10.1",
"@types/pg": "^8.15.6",
"@types/ws": "^8.18.1",
"drizzle-kit": "^0.31.7",
"tsx": "^4.20.6",
"vite": "^7.2.4"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@hono/zod-validator": "^0.7.4",
"@neondatabase/serverless": "^1.0.2",
"@tanstack/react-query": "^5.90.10",
"@tanstack/react-router": "^1.139.1",
"@tanstack/react-router-devtools": "^1.139.1",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.7",
"hono": "^4.10.5",
"pg": "^8.16.3",
"postgres": "^3.4.7",
"redis": "^5.9.0",
"ws": "^8.18.3",
"zod": "^4.1.12"
}
}