|
| 1 | +{ |
| 2 | + "name": "web", |
| 3 | + "private": true, |
| 4 | + "type": "module", |
| 5 | + "scripts": { |
| 6 | + "dev": "vite dev --port 3000", |
| 7 | + "build": "vite build", |
| 8 | + "serve": "vite preview", |
| 9 | + "test": "vitest run", |
| 10 | + "deploy": "wrangler deploy" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@cloudflare/vite-plugin": "^1.13.8", |
| 14 | + "@sentry/tanstackstart-react": "^10.17.0", |
| 15 | + "@t3-oss/env-core": "^0.13.8", |
| 16 | + "@tailwindcss/vite": "^4.0.6", |
| 17 | + "@tanstack/react-devtools": "^0.7.0", |
| 18 | + "@tanstack/react-query": "^5.66.5", |
| 19 | + "@tanstack/react-query-devtools": "^5.84.2", |
| 20 | + "@tanstack/react-router": "^1.132.0", |
| 21 | + "@tanstack/react-router-devtools": "^1.132.0", |
| 22 | + "@tanstack/react-router-ssr-query": "^1.131.7", |
| 23 | + "@tanstack/react-start": "^1.132.0", |
| 24 | + "@tanstack/router-plugin": "^1.132.0", |
| 25 | + "lucide-react": "^0.544.0", |
| 26 | + "react": "^19.0.0", |
| 27 | + "react-dom": "^19.0.0", |
| 28 | + "tailwindcss": "^4.0.6", |
| 29 | + "vite-tsconfig-paths": "^5.1.4", |
| 30 | + "zod": "^4.1.11" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@testing-library/dom": "^10.4.0", |
| 34 | + "@testing-library/react": "^16.2.0", |
| 35 | + "@types/node": "^22.10.2", |
| 36 | + "@types/react": "^19.0.8", |
| 37 | + "@types/react-dom": "^19.0.3", |
| 38 | + "@vitejs/plugin-react": "^5.0.4", |
| 39 | + "jsdom": "^27.0.0", |
| 40 | + "typescript": "^5.7.2", |
| 41 | + "vite": "^7.1.7", |
| 42 | + "vitest": "^3.0.5", |
| 43 | + "web-vitals": "^5.1.0", |
| 44 | + "wrangler": "^4.40.3" |
| 45 | + } |
| 46 | +} |
0 commit comments