-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 908 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
{
"name": "catalyzer",
"version": "2.1.2",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"check": "ultracite check",
"fix": "ultracite fix",
"clean": "turbo run clean",
"typecheck": "turbo typecheck",
"shadcn": "pnpm --filter @workspace/ui shadcn",
"tauri": "pnpm --filter native tauri",
"web": "pnpm --filter web",
"deps:check": "taze -r",
"deps:update": "taze -r -w -i -I"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@workspace/typescript-config": "workspace:*",
"rimraf": "^6.1.3",
"taze": "^21.1.0",
"turbo": "^2.10.10",
"typescript": "~7.0.2",
"ultracite": "7.8.3"
},
"packageManager": "pnpm@10.34.5+sha512.a4ee05f2f73658255bd6a89859c065a45c28a57daefae2c893a168ee2b73168c37b91e83e57ea67654ad03f03031746430e8bce38e362e042605fb8abc80192e",
"engines": {
"node": ">=20"
}
}