-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 970 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
34
35
36
37
38
39
{
"name": "trpc-netlify-workspace",
"engines": {
"node": "^18.0.0",
"pnpm": "^8.0.0"
},
"packageManager": "[email protected]",
"scripts": {
"test": "turbo run test",
"lint": "turbo run lint",
"format": "turbo run format",
"typecheck": "turbo run typecheck",
"ci": "turbo run ci",
"build": "turbo run build"
},
"author": "Sam Huynh",
"devDependencies": {
"@biomejs/biome": "^1.3.1",
"@changesets/cli": "^2.26.2",
"@faker-js/faker": "^8.2.0",
"@netlify/functions": "^2.3.0",
"@trpc/server": "^10.43.0",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
"netlify-cli": "^16.9.3",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"zod": "^3.22.4"
}
}