-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 770 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
{
"name": "@rememr/root",
"private": true,
"scripts": {
"lint": "ultracite lint",
"format": "npx @biomejs/biome check ./ --diagnostic-level=error",
"prune:extension": "turbo prune @rememr/extension",
"migration:create": "supabase db diff | supabase migration new",
"test:types": "turbo run test:types --parallel",
"clean": "turbo run clean --parallel && rimraf -G node_modules/{*,.bin,.modules.yaml}"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"rimraf": "^6.0.0",
"supabase": "^2.9.6",
"turbo": "^2.1.3",
"typescript": "~5.1.0",
"ultracite": "^5.2.3"
},
"packageManager": "pnpm@9.12.0",
"pnpm": {
"overrides": {
"@types/react": "~19.0.10",
"@types/react-dom": "~19.0.4"
}
}
}