mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
cce01badd8
Upgraded to tailwind 4 and updated react version and dependencies. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jiwon Choi <devjiwonchoi@gmail.com> Co-authored-by: Michael Arguin <michael.arguin@vercel.com>
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"mongodb": "^6.19.0",
|
|
"next": "latest",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.12",
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "^19.1.1",
|
|
"@types/react-dom": "^19.1.1",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-next": "latest",
|
|
"tailwindcss": "^4.1.12",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|