-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
43 lines (43 loc) · 1.66 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
42
43
{
"name": "@realms-world/monorepo",
"engines": {
"node": ">=20.16.0"
},
"packageManager": "pnpm@9.12.2",
"scripts": {
"build": "turbo run build",
"build:fh": "turbo run build -F @realms-world/frontinus...",
"build:next": "turbo run build -F @realms-world/nextjs...",
"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...",
"dev:fh": "turbo watch dev -F @realms-world/frontinus...",
"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": "pnpm sherif@latest -r root-package-private-field",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add"
},
"dependencies": {
"@manypkg/cli": "^0.22.0",
"@turbo/gen": "^2.2.3",
"million": "^3.1.11",
"npm-check-updates": "^17.1.4",
"prettier": "catalog:",
"tsup": "^8.3.0",
"turbo": "2.2.3",
"typescript": "catalog:"
},
"pnpm": {
"overrides": {
"react-is": "19.0.0-rc-fb9a90fa48-20240614"
}
},
"prettier": "@realms-world/prettier-config"
}