-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 802 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": "gitru",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "biome check --write",
"check-types": "turbo run check-types"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"turbo": "^2.8.10",
"typescript": "catalog:"
},
"engines": {
"node": ">=18"
},
"packageManager": "bun@1.3.0",
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@tauri-apps/api": "^2.10.1",
"react-resizable-panels": "4",
"lucide-react": "^0.577.0",
"zod": "^4.3.5"
}
}
}