-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "better-vitals",
"type": "module",
"scripts": {
"prepare": "lefthook install",
"dev": "turbo run dev",
"build": "turbo run build",
"check": "ultracite check",
"fix": "ultracite fix",
"typecheck": "turbo run typecheck",
"lintcn": "mise exec -- lintcn lint",
"lintcn:build": "mise exec -- lintcn build"
},
"dependencies": {
"lucide-react": "^1.21.0"
},
"devDependencies": {
"lefthook": "^2.1.9",
"lintcn": "0.10.1",
"oxfmt": "^0.56.0",
"oxlint": "^1.71.0",
"turbo": "^2.9.18",
"ultracite": "7.8.3"
},
"packageManager": "bun@1.3.5",
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"react": "^19.2.7",
"react-dom": "^19.2.7",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/node": "^26.0.0",
"typescript": "^6.0.3",
"tailwindcss": "^4.3.1",
"tailwind-variants": "^3.2.2",
"tailwind-merge": "^3.6.0",
"tailwindcss-react-aria-components": "^2.2.0",
"lucide-react": "^1.21.0",
"tw-animate-css": "^1.4.0"
}
}
}