-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 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
59
60
61
{
"name": "plantasync",
"private": true,
"type": "module",
"packageManager": "yarn@1.22.21",
"scripts": {
"build": "react-router build",
"cf-typegen": "wrangler types",
"deploy": "yarn run build && wrangler deploy",
"dev": "react-router dev",
"preview": "yarn run build && vite preview",
"typecheck": "yarn run cf-typegen && react-router typegen && tsc -b"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@noble/hashes": "^2.0.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toggle": "^1.1.10",
"@supabase/supabase-js": "^2.49.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"hamburger-react": "^2.5.2",
"isbot": "^5.1.17",
"jose": "^6.1.3",
"lucide-react": "^0.562.0",
"prettier": "^3.5.3",
"react": "^19.2.1",
"react-day-picker": "8.10.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.56.4",
"react-router": "^7.5.0",
"shadcn": "^2.9.3",
"tailwind-merge": "^3.3.0",
"vaul": "^1.1.2",
"zod": "^3.25.32"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.0.0",
"@cloudflare/workers-types": "^4.20250303.0",
"@react-router/dev": "^7.5.0",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.0",
"typescript": "^5.7.2",
"vite": "^6.2.1",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.7.2"
}
}