| 1 | { |
| 2 | "name": "frontend", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "scripts": { |
| 6 | "dev": "next dev", |
| 7 | "build": "next build", |
| 8 | "start": "next start", |
| 9 | "lint": "next lint" |
| 10 | }, |
| 11 | "dependencies": { |
| 12 | "@types/d3": "^7.4.3", |
| 13 | "axios": "^1.10.0", |
| 14 | "d3": "^7.9.0", |
| 15 | "next": "15.3.3", |
| 16 | "react": "^19.0.0", |
| 17 | "react-dom": "^19.0.0" |
| 18 | }, |
| 19 | "devDependencies": { |
| 20 | "@eslint/eslintrc": "^3", |
| 21 | "@tailwindcss/postcss": "^4", |
| 22 | "@types/node": "^20", |
| 23 | "@types/react": "^19", |
| 24 | "@types/react-dom": "^19", |
| 25 | "eslint": "^9", |
| 26 | "eslint-config-next": "15.3.3", |
| 27 | "tailwindcss": "^4", |
| 28 | "typescript": "^5" |
| 29 | } |
| 30 | } |