-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 976 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 976 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
{
"name": "evaluate",
"packageManager": "pnpm@10.18.3",
"workspaces": ["apps/*", "bots/*", "extensions/*", "packages/*"],
"scripts": {
"lint": "biome check . --write",
"format": "biome check . --write",
"check": "turbo run check",
"build": "turbo run build",
"build:packages": "turbo run build --filter=\"./packages/*\"",
"dev": "pnpm run \"/dev:.*/\"",
"dev:packages": "turbo watch build --filter=\"./packages/*\"",
"dev:apps": "turbo run dev --filter=\"./apps/*\"",
"prepare": "husky & ts-patch install",
"graph": "pnpx nx@18 graph"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@evaluate/scripts": "workspace:^",
"@types/node": "^22.18.11",
"husky": "^9.1.7",
"ts-patch": "^3.3.0",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
"typescript-transform-paths": "^3.5.5"
},
"patchedDependencies": {
"@tailwindcss/vite@4.1.11@4.1.11": "patches/@tailwindcss__vite@4.1.11.patch"
}
}