mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
8ff8f1b82e
- new guide, Auth w/ Cache Components - iron-session example w/ Cache Components TODO: - [x] opt-out from the instant requirements - [x] e2e for the example, using instant helper --------- Co-authored-by: Aurora Scharff <66901228+aurorascharff@users.noreply.github.com> Co-authored-by: Aurora Scharff <aurora.sofie@gmail.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"iron-session": "^8.0.4",
|
|
"next": "latest",
|
|
"react": "latest",
|
|
"react-dom": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "latest",
|
|
"@types/react": "latest",
|
|
"@types/react-dom": "latest",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|