-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.4 KB
/
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
34
35
{
"name": "stable",
"private": true,
"engines": {
"node": ">=20.16.0",
"pnpm": "^9.6.0"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"daemon:restart": "turbo daemon restart",
"db:generate": "turbo -F @stable/db dk-generate",
"db:migrate": "turbo -F @stable/db migrate",
"db:push": "turbo -F @stable/db push",
"db:studio": "turbo -F @stable/db studio",
"dev": "turbo watch dev --continue",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"typecheck": "turbo run typecheck",
"ui:ui-add": "turbo -F @stable/ui ui-add"
},
"devDependencies": {
"@stable/prettier-config": "workspace:*",
"@turbo/gen": "^2.2.3",
"prettier": "catalog:",
"turbo": "^2.2.3",
"typescript": "catalog:"
},
"prettier": "@stable/prettier-config"
}