Spaces:
Sleeping
Sleeping
| { | |
| "name": "next-mcp-poc", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "14.1.0", | |
| "react": "^18", | |
| "react-dom": "^18" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "typescript": "^5" | |
| } | |
| } |