|
6 | 6 | "dev": "env-cmd -f ./.env -- vite dev --port 3000", |
7 | 7 | "build": "vite build", |
8 | 8 | "serve": "vite preview", |
9 | | - "deploy": "wrangler deploy", |
| 9 | + "deploy": "npx netlify deploy --prod", |
10 | 10 | "typecheck": "pnpm -F @hypr/web build && (cd supabase/functions/llm && deno check index.ts) && (cd supabase/functions/stripe && deno check index.ts) && tsc --noEmit" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@cloudflare/vite-plugin": "^1.13.17", |
14 | 13 | "@hypr/ui": "workspace:*", |
15 | 14 | "@hypr/utils": "workspace:*", |
16 | | - "@iconify-icon/react": "^3.0.2", |
17 | | - "@mux/mux-player-react": "^3.7.0", |
18 | | - "@nangohq/frontend": "^0.69.5", |
19 | | - "@nangohq/node": "^0.69.5", |
| 15 | + "@iconify-icon/react": "^3.0.3", |
| 16 | + "@mux/mux-player-react": "^3.8.0", |
| 17 | + "@nangohq/frontend": "^0.69.7", |
| 18 | + "@nangohq/node": "^0.69.7", |
| 19 | + "@netlify/vite-plugin-tanstack-start": "^1.1.8", |
20 | 20 | "@sentry/tanstackstart-react": "^10.22.0", |
21 | 21 | "@stripe/stripe-js": "^8.2.0", |
22 | 22 | "@supabase/ssr": "^0.7.0", |
23 | | - "@supabase/supabase-js": "^2.77.0", |
| 23 | + "@supabase/supabase-js": "^2.78.0", |
24 | 24 | "@t3-oss/env-core": "^0.13.8", |
25 | 25 | "@tailwindcss/vite": "^4.1.16", |
26 | 26 | "@tanstack/react-devtools": "^0.7.11", |
27 | 27 | "@tanstack/react-form": "^1.23.8", |
28 | | - "@tanstack/react-query": "^5.90.5", |
| 28 | + "@tanstack/react-query": "^5.90.6", |
29 | 29 | "@tanstack/react-query-devtools": "^5.90.2", |
30 | | - "@tanstack/react-router": "^1.133.36", |
31 | | - "@tanstack/react-router-devtools": "^1.133.36", |
32 | | - "@tanstack/react-router-ssr-query": "^1.133.36", |
33 | | - "@tanstack/react-start": "^1.134.0", |
34 | | - "@tanstack/router-plugin": "^1.133.36", |
| 30 | + "@tanstack/react-router": "^1.134.9", |
| 31 | + "@tanstack/react-router-devtools": "^1.134.9", |
| 32 | + "@tanstack/react-router-ssr-query": "^1.134.9", |
| 33 | + "@tanstack/react-start": "^1.134.9", |
| 34 | + "@tanstack/router-plugin": "^1.134.9", |
35 | 35 | "drizzle-orm": "^0.44.7", |
36 | 36 | "exa-js": "^1.10.2", |
37 | 37 | "lucide-react": "^0.544.0", |
|
58 | 58 | "@types/react-dom": "^19.2.2", |
59 | 59 | "@vitejs/plugin-react": "^5.1.0", |
60 | 60 | "env-cmd": "^11.0.0", |
61 | | - "jsdom": "^27.0.1", |
| 61 | + "jsdom": "^27.1.0", |
| 62 | + "netlify": "^23.9.5", |
62 | 63 | "typescript": "^5.9.3", |
63 | 64 | "vite": "^7.1.12", |
64 | | - "web-vitals": "^5.1.0", |
65 | | - "wrangler": "^4.45.2" |
| 65 | + "web-vitals": "^5.1.0" |
66 | 66 | } |
67 | 67 | } |
0 commit comments