|
10 | 10 | "check": "tsc" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@hookform/resolvers": "^3.9.1", |
14 | | - "@jridgewell/trace-mapping": "^0.3.25", |
15 | | - "@neondatabase/serverless": "^0.10.4", |
16 | 13 | "@radix-ui/react-accordion": "^1.2.1", |
17 | 14 | "@radix-ui/react-alert-dialog": "^1.1.2", |
18 | 15 | "@radix-ui/react-aspect-ratio": "^1.1.0", |
|
44 | 41 | "@tanstack/react-query": "^5.60.5", |
45 | 42 | "class-variance-authority": "^0.7.0", |
46 | 43 | "clsx": "^2.1.1", |
47 | | - "cmdk": "^1.0.0", |
48 | | - "connect-pg-simple": "^10.0.0", |
49 | | - "date-fns": "^3.6.0", |
50 | | - "drizzle-orm": "^0.39.1", |
51 | | - "drizzle-zod": "^0.7.0", |
52 | 44 | "embla-carousel-react": "^8.3.0", |
53 | | - "express": "^4.21.2", |
54 | | - "express-session": "^1.18.1", |
55 | 45 | "framer-motion": "^11.13.1", |
56 | | - "input-otp": "^1.2.4", |
57 | 46 | "lucide-react": "^0.453.0", |
58 | | - "memorystore": "^1.6.7", |
59 | | - "passport": "^0.7.0", |
60 | | - "passport-local": "^1.0.0", |
61 | 47 | "react": "^18.3.1", |
62 | | - "react-day-picker": "^8.10.1", |
63 | 48 | "react-dom": "^18.3.1", |
64 | 49 | "react-hook-form": "^7.53.1", |
65 | 50 | "react-icons": "^5.4.0", |
66 | 51 | "react-resizable-panels": "^2.1.4", |
67 | | - "recharts": "^2.13.0", |
68 | 52 | "tailwind-merge": "^2.5.4", |
69 | 53 | "tailwindcss-animate": "^1.0.7", |
70 | 54 | "vaul": "^1.1.0", |
71 | 55 | "wouter": "^3.3.5", |
72 | | - "ws": "^8.18.0", |
73 | | - "zod": "^3.23.8", |
74 | | - "zod-validation-error": "^3.4.0" |
| 56 | + "zod": "^3.23.8" |
75 | 57 | }, |
76 | 58 | "devDependencies": { |
77 | | - "@replit/vite-plugin-cartographer": "^0.0.11", |
78 | | - "@replit/vite-plugin-runtime-error-modal": "^0.0.3", |
79 | 59 | "@tailwindcss/typography": "^0.5.15", |
80 | | - "@types/connect-pg-simple": "^7.0.3", |
81 | | - "@types/express": "4.17.21", |
82 | | - "@types/express-session": "^1.18.0", |
83 | 60 | "@types/node": "20.16.11", |
84 | | - "@types/passport": "^1.0.16", |
85 | | - "@types/passport-local": "^1.0.38", |
86 | 61 | "@types/react": "^18.3.11", |
87 | 62 | "@types/react-dom": "^18.3.1", |
88 | | - "@types/ws": "^8.5.13", |
89 | 63 | "@vitejs/plugin-react": "^4.3.2", |
90 | 64 | "autoprefixer": "^10.4.20", |
91 | | - "drizzle-kit": "^0.30.4", |
92 | 65 | "esbuild": "^0.25.0", |
93 | 66 | "postcss": "^8.4.47", |
94 | 67 | "tailwindcss": "^3.4.14", |
95 | 68 | "tsx": "^4.19.1", |
96 | 69 | "typescript": "5.6.3", |
97 | 70 | "vite": "^5.4.14" |
98 | | - }, |
99 | | - "optionalDependencies": { |
100 | | - "bufferutil": "^4.0.8" |
101 | 71 | } |
102 | 72 | } |
0 commit comments