-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.39 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
{
"name": "turborepo-trpc-fastify-prisma-expo-react-navigation",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"packageManager": "[email protected]",
"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",
"serve": "turbo serve --parallel",
"format": "turbo format --continue -- --cache --cache-location='node_modules/.cache/.prettiercache'",
"format:fix": "turbo format --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache'",
"lint": "turbo lint --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
"typecheck": "turbo typecheck"
},
"dependencies": {
"@acme/prettier-config": "^0.1.0",
"@manypkg/cli": "^0.21.0",
"@turbo/gen": "^1.10.16",
"superjson": "1.13.3",
"turbo": "^1.10.16"
},
"prettier": "@acme/prettier-config",
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"xml2js@<0.5.0": ">=0.5.0",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"json5@<1.0.2": ">=1.0.2",
"crypto-js@<4.2.0": ">=4.2.0"
}
}
}