| 1 | { |
| 2 | "name": "ai-investment-platform-frontend", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "scripts": { |
| 6 | "dev": "next dev", |
| 7 | "test": "node --test tests/*.test.mjs", |
| 8 | "build": "next build", |
| 9 | "start": "next start", |
| 10 | "lint": "eslint ." |
| 11 | }, |
| 12 | "dependencies": { |
| 13 | "lucide-react": "^0.468.0", |
| 14 | "next": "^16.3.0", |
| 15 | "react": "18.3.1", |
| 16 | "react-dom": "18.3.1" |
| 17 | }, |
| 18 | "devDependencies": { |
| 19 | "@types/node": "^22.7.5", |
| 20 | "@types/react": "^18.3.11", |
| 21 | "@types/react-dom": "^18.3.1", |
| 22 | "eslint": "^9.7.0", |
| 23 | "eslint-config-next": "^16.3.0", |
| 24 | "typescript": "^5.6.3" |
| 25 | } |
| 26 | } |