|
|
{
|
||
|
|
"name": "react-next-16",
|
||
|
|
"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": "^16.0.7",
|
||
|
|
"react": "^19.2.1",
|
||
|
|
"react-dom": "^19.2.1",
|
||
|
|
"tupleson": "0.23.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^19.2.7",
|
||
|
|
"@types/react-dom": "^19.2.3"
|
||
|
|
}
|
||
|
|
}
|