| { | |
| "name": "react-next-15", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build" | |
| }, | |
| "dependencies": { | |
| "@js-temporal/polyfill": "^0.4.4", | |
| "@tanstack/react-query": "workspace:*", | |
| "@tanstack/react-query-devtools": "workspace:*", | |
| "next": "^15.3.1", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "tupleson": "0.23.1" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^19.0.1", | |
| "@types/react-dom": "^19.0.2" | |
| } | |
| } | |