generated from t3-oss/create-t3-turbo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 899 Bytes
/
package.json
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
{
"name": "t3-turbo-biome",
"description": "A full stack turborepo template with biome and shadcn native and web ui.",
"private": true,
"engines": {
"node": ">=18.18.2"
},
"packageManager": "pnpm@8.10.5",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"db:push": "pnpm -F db push",
"db:studio": "pnpm -F db studio",
"dev": "turbo dev --parallel",
"format": "turbo format --continue --",
"format:fix": "turbo format --continue -- --write",
"lint": "turbo lint --continue --",
"lint:fix": "turbo lint --continue -- --apply",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@turbo/gen": "^1.10.16",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"pnpm": {
"overrides": {
"@auth/core": "0.18.0"
}
}
}