|
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "build": "remix vite:build",
|
8 |
| - "deploy": "bun run build && wrangler pages deploy", |
9 | 8 | "dev": "remix vite:dev",
|
10 |
| - "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .", |
11 |
| - "start": "wrangler pages dev ./build/client", |
12 | 9 | "typecheck": "tsc",
|
13 |
| - "typegen": "wrangler types", |
14 |
| - "preview": "bun run build && wrangler pages dev", |
15 |
| - "cf-typegen": "wrangler types", |
| 10 | + "preview": "bun run build && vite", |
16 | 11 | "format": "biome lint --fix && biome check --write",
|
17 | 12 | "format:unsafe": "biome check --unsafe --write"
|
18 | 13 | },
|
19 | 14 | "dependencies": {
|
20 |
| - "@remix-run/cloudflare": "^2.15.1", |
21 |
| - "@remix-run/react": "^2.15.1", |
22 |
| - "@remix-run/serve": "^2.15.1", |
| 15 | + "@remix-run/node": "^2.15.2", |
| 16 | + "@remix-run/react": "^2.15.2", |
| 17 | + "@remix-run/serve": "^2.15.2", |
23 | 18 | "cmdk": "^1.0.4",
|
24 | 19 | "input-otp": "^1.4.1",
|
25 | 20 | "isbot": "^4.4.0",
|
26 |
| - "justd-icons": "^1.10.4", |
| 21 | + "justd-icons": "^1.10.8", |
27 | 22 | "motion": "^11.15.0",
|
28 | 23 | "react": "^19.0.0",
|
29 | 24 | "react-aria-components": "^1.5.0",
|
30 | 25 | "react-dom": "^19.0.0",
|
31 | 26 | "remix-themes": "^1.5.1",
|
32 | 27 | "sonner": "^1.7.1",
|
33 |
| - "tailwind-merge": "^2.5.5", |
| 28 | + "tailwind-merge": "^2.6.0", |
34 | 29 | "tailwind-variants": "^0.2.1",
|
35 | 30 | "tailwindcss": "^4.0.0-beta.8",
|
36 | 31 | "tailwindcss-animate": "^1.0.7"
|
37 | 32 | },
|
38 | 33 | "devDependencies": {
|
39 | 34 | "@biomejs/biome": "^1.9.4",
|
40 |
| - "@remix-run/dev": "^2.15.1", |
| 35 | + "@remix-run/dev": "^2.15.2", |
41 | 36 | "@tailwindcss/vite": "^4.0.0-beta.8",
|
42 | 37 | "@types/react": "^19.0.2",
|
43 | 38 | "@types/react-dom": "^19.0.2",
|
44 | 39 | "typescript": "^5.7.2",
|
45 |
| - "vite": "^6.0.4", |
46 |
| - "vite-tsconfig-paths": "^4.3.2", |
47 |
| - "wrangler": "^3.98.0" |
| 40 | + "vite": "^6.0.6", |
| 41 | + "vite-tsconfig-paths": "^4.3.2" |
48 | 42 | },
|
49 | 43 | "engines": {
|
50 | 44 | "node": ">=20.0.0"
|
|
0 commit comments