| { | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "latest", | |
| "react": "18.3.1", | |
| "react-dom": "18.3.1" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20.14.10", | |
| "@types/react": "^18.3.3", | |
| "@types/react-dom": "^18.3.0", | |
| "typescript": "^5.5.3" | |
| } | |
| } | |