-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.23 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.23 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
50
51
52
53
54
55
{
"name": "wrapper",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@clack/prompts": "^1.2.0",
"@types/bun": "latest",
"@types/node": "^22.15.3",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"consola": "^3.4.2",
"next": "16.2.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"picocolors": "^1.1.1",
"posthog-node": "^5.24.17",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"typescript": "5.9.2",
"zod": "^4.3.6"
}
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "turbo run format",
"format:check": "turbo run format:check",
"check-types": "turbo run check-types",
"prepare": "lefthook install"
},
"dependencies": {
"@convex-dev/better-auth": "^0.12.2",
"better-auth": "^1.6.9"
},
"devDependencies": {
"lefthook": "^1.13.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"turbo": "^2.9.3",
"typescript": "5.9.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"trustedDependencies": [
"lefthook"
]
}