| { | |
| "name": "react-next-14", | |
| "private": true, | |
| "scripts": { | |
| "build": "next build" | |
| }, | |
| "dependencies": { | |
| "@tanstack/react-query": "workspace:*", | |
| "@tanstack/react-query-devtools": "workspace:*", | |
| "next": "^14.2.28", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.2.79", | |
| "@types/react-dom": "^18.2.25" | |
| } | |
| } | |