-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.54 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.54 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
56
57
58
{
"name": "@better-commit/monorepo",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@hookform/resolvers": "^5.2.2",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"lucide-react": "^1.8.0",
"motion": "^12.38.0",
"next": "16.2.3",
"next-themes": "^0.4.6",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-hook-form": "^7.72.1",
"react-hotkeys-hook": "^5.2.4",
"server-only": "^0.0.1",
"sonner": "^2.0.7",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2",
"ultracite": "7.4.4",
"zod": "^4.3.6"
}
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "ultracite check",
"format": "ultracite fix",
"typecheck": "turbo run typecheck",
"test": "turbo test",
"test:coverage": "turbo test:coverage",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "turbo run build && changeset publish",
"bump-ui": "bunx shadcn@latest add --all --overwrite -c packages/design-system",
"clean": "git clean -xdf node_modules"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"turbo": "^2.9.5",
"typescript": "catalog:",
"ultracite": "7.4.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}