-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.58 KB
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
{
"name": "labs",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"dotenv": "^17.2.2",
"zod": "^4.1.13",
"lucide-react": "^0.546.0",
"next-themes": "^0.4.6",
"sonner": "^2.0.5",
"@libsql/client": "0.15.15",
"libsql": "0.5.22",
"@orpc/server": "^1.12.2",
"@orpc/client": "^1.12.2",
"@orpc/openapi": "^1.12.2",
"@orpc/zod": "^1.12.2",
"@orpc/tanstack-query": "^1.13.6",
"better-auth": "1.5.5",
"@tanstack/react-form": "^1.28.0",
"@polar-sh/better-auth": "^1.8.3",
"@types/react-dom": "^19.2.3",
"alchemy": "^0.90.0",
"@better-auth/expo": "1.5.5",
"drizzle-orm": "^0.45.1"
}
},
"type": "module",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"check-types": "turbo check-types",
"dev:native": "turbo -F native dev",
"dev:web": "turbo -F web dev",
"dev:tui": "turbo -F tui dev",
"db:push": "turbo -F @labs/db db:push",
"db:generate": "turbo -F @labs/db db:generate",
"deploy": "turbo -F @labs/infra deploy",
"destroy": "turbo -F @labs/infra destroy",
"check": "oxlint && oxfmt --write"
},
"dependencies": {
"@labs/env": "workspace:*",
"dotenv": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251213.0",
"@labs/config": "workspace:*",
"@types/node": "^22.13.14",
"oxfmt": "^0.26.0",
"oxlint": "^1.41.0",
"turbo": "^2.8.12",
"typescript": "^5"
},
"packageManager": "bun@1.3.10"
}