-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.64 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.64 KB
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
44
45
46
47
48
49
{
"name": "workspacekit",
"private": true,
"packageManager": "bun@1.3.9",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"lint": "turbo run lint",
"clean": "turbo run clean",
"postinstall": "sh scripts/patch-deps.sh"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"turbo": "^2.3.0",
"typescript": "^5.7.0"
},
"overrides": {
"@tanstack/react-router": "1.114.29",
"@tanstack/react-start": "1.114.29",
"@tanstack/router-generator": "1.114.29",
"@tanstack/router-core": "1.114.29",
"@tanstack/router-plugin": "1.114.29",
"@tanstack/react-start-server": "1.114.29",
"@tanstack/react-start-client": "1.114.29",
"@tanstack/react-start-config": "1.114.29",
"@tanstack/react-start-plugin": "1.114.29",
"@tanstack/react-start-router-manifest": "1.114.29",
"@tanstack/start-server-core": "1.114.29",
"@tanstack/start-client-core": "1.114.29",
"@tanstack/start-config": "1.114.29",
"@tanstack/start-api-routes": "1.114.29",
"@tanstack/start-server-functions-client": "1.114.29",
"@tanstack/start-server-functions-server": "1.114.29",
"@tanstack/start-server-functions-ssr": "1.114.29",
"@tanstack/start-server-functions-handler": "1.114.29",
"@tanstack/start-server-functions-fetcher": "1.114.29",
"@tanstack/server-functions-plugin": "1.114.29",
"@tanstack/directive-functions-plugin": "1.114.29",
"@tanstack/router-utils": "1.114.29",
"@tanstack/history": "1.114.29",
"vinxi": "0.5.3"
}
}