forked from rivet-dev/rivet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 821 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 821 Bytes
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
{
"name": "@rivetkit/engine-workspace",
"private": true,
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=20"
},
"scripts": {
"start": "npx turbo watch build",
"build": "npx turbo build",
"test": "npx turbo test",
"test:watch": "npx turbo watch test",
"check-types": "npx turbo check-types",
"fmt": "pnpm biome check --write --diagnostic-level=error ."
},
"devDependencies": {
"@bare-ts/tools": "0.15.0",
"@biomejs/biome": "^2.2.3",
"commander": "^12.1.0",
"lefthook": "^1.12.4",
"semver": "^7.7.3",
"tsup": "^8.5.0",
"turbo": "^2.5.6",
"typescript": "^5.9.2",
"zx": "^8.8.5"
},
"dependencies": {
"@sentry/vite-plugin": "^2.23.1"
},
"resolutions": {
"rivetkit": "workspace:*",
"@types/react": "^19",
"@types/react-dom": "^19",
"@clerk/shared": "3.27.1"
}
}