forked from BibliothecaDAO/RealmsWorld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.46 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
36
37
38
39
40
41
{
"name": "@realms-world/monorepo",
"engines": {
"node": ">=20.12.0"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"config/*",
"packages/*",
"tooling/*"
],
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"db:push": "turbo -F @realms-world/db push",
"db:studio": "turbo -F @realms-world/db studio",
"deps:update": "ncu -i --deep --install never",
"dev": "turbo watch dev",
"dev:next": "turbo watch dev -F @realms-world/nextjs...",
"format": "turbo format --continue -- --cache --cache-location='.cache/.prettiercache' --no-error-on-unmatched-pattern",
"format:fix": "turbo format --continue -- --write --cache --cache-location='.cache/.prettiercache' --no-error-on-unmatched-pattern",
"lint": "turbo lint --continue -- --cache --cache-location '.cache/.eslintcache' && manypkg check",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location '.cache/.eslintcache' && manypkg fix",
"lint:ws": "bunx sherif@latest -r root-package-private-field",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add"
},
"dependencies": {
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^2.0.12",
"million": "^3.1.11",
"npm-check-updates": "^17.0.6",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"turbo": "2.0.12",
"typescript": "^5.5.3"
},
"prettier": "@realms-world/prettier-config"
}