-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.46 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "formcn",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "NODE_OPTIONS=--max-old-space-size=4096 vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "biome format src/form-builder/**/*.tsx",
"lint": "biome lint",
"check": "biome check",
"build:reg": "shadcn build ",
"deploy": "wrangler deploy"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.23",
"@ai-sdk/react": "^3.0.33",
"@cloudflare/vite-plugin": "^1.17.1",
"@hookform/resolvers": "^5.2.2",
"@mantine/hooks": "^8.2.4",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-devtools": "^0.9.0",
"@tanstack/react-query": "^5.66.5",
"@tanstack/react-query-devtools": "^5.84.2",
"@tanstack/react-router": "^1.144.0",
"@tanstack/react-router-devtools": "^1.144.0",
"@tanstack/react-router-ssr-query": "^1.144.0",
"@tanstack/react-start": "^1.145.2",
"@tanstack/router-plugin": "^1.145.2",
"@upstash/ratelimit": "^2.0.6",
"@upstash/redis": "^1.36.1",
"@wandry/analytics-sdk": "^1.16.0",
"ai": "^6.0.31",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"emblor": "^1.4.8",
"input-otp": "^1.4.2",
"lucide-react": "^0.544.0",
"motion": "^12.26.2",
"posthog-js": "^1.321.0",
"radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-day-picker": "^9.13.0",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.71.1",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.6",
"recharts": "2.15.4",
"shadcn": "^3.6.3",
"shiki": "^3.20.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.6",
"tw-animate-css": "^1.3.6",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.3.5",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@tanstack/devtools-vite": "^0.4.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^1.0.0",
"jsdom": "^27.0.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vitest": "^3.0.5",
"web-vitals": "^5.1.0",
"wrangler": "^4.40.3"
}
}