-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 855 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
{
"name": "aacode",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev:desktop": "bun --cwd apps/app dev",
"typecheck": "bun turbo typecheck"
},
"catalog": {
"@types/bun": "1.3.11",
"@typescript/native-preview": "latest",
"typescript": "latest",
"@types/node": "latest",
"vite": "latest",
"@tanstack/router-plugin": "latest",
"@tailwindcss/vite": "latest",
"tailwindcss": "latest",
"solid-js": "latest",
"vite-plugin-solid": "latest",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"zod": "latest"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"turbo": "^2.9.6"
},
"packageManager": "bun@1.3.11",
"workspaces": [
"apps/*",
"packages/*"
]
}