Files
vercel__next.js/examples/with-mongodb/package.json
Jesse Hall cce01badd8 examples(with-mongodb): upgrade to tailwind v4 (#83225)
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>
2025-09-03 09:12:33 +02:00

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"
}
}