|
| 1 | +{ |
| 2 | + "name": "frontend", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc -b && vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "lint": "eslint .", |
| 11 | + "typecheck": "tsc -b --noEmit", |
| 12 | + "test": "vitest run", |
| 13 | + "test:watch": "vitest" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@tailwindcss/vite": "^4.2.1", |
| 17 | + "class-variance-authority": "^0.7.1", |
| 18 | + "clsx": "^2.1.1", |
| 19 | + "lucide-react": "^0.577.0", |
| 20 | + "radix-ui": "^1.4.3", |
| 21 | + "react": "^19.2.4", |
| 22 | + "react-dom": "^19.2.4", |
| 23 | + "tailwind-merge": "^3.5.0", |
| 24 | + "tailwindcss": "^4.2.1" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@eslint/js": "^9.39.4", |
| 28 | + "@testing-library/jest-dom": "^6.9.1", |
| 29 | + "@testing-library/react": "^16.3.2", |
| 30 | + "@testing-library/user-event": "^14.6.1", |
| 31 | + "@types/node": "^24.12.0", |
| 32 | + "@types/react": "^19.2.14", |
| 33 | + "@types/react-dom": "^19.2.3", |
| 34 | + "@vitejs/plugin-react": "^6.0.0", |
| 35 | + "eslint": "^9.39.4", |
| 36 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 37 | + "eslint-plugin-react-refresh": "^0.5.2", |
| 38 | + "globals": "^17.4.0", |
| 39 | + "jsdom": "^29.0.0", |
| 40 | + "typescript": "~5.9.3", |
| 41 | + "typescript-eslint": "^8.56.1", |
| 42 | + "vite": "^8.0.0", |
| 43 | + "vitest": "^4.1.0" |
| 44 | + }, |
| 45 | + "pnpm": { |
| 46 | + "overrides": { |
| 47 | + "@tailwindcss/vite>vite": "^8.0.0" |
| 48 | + } |
| 49 | + } |
| 50 | +} |
0 commit comments