mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
b5f97ca70e
Hello This PR updates the with-sitemap example to use: 1. App Router 2. TypeScript 3. sitemap.js --------- Co-authored-by: Sam Ko <sam@vercel.com>
21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"globby": "^11.0.1",
|
|
"@types/node": "^18.11.5",
|
|
"@types/react": "^18.0.23",
|
|
"@types/react-dom": "^18.0.7",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|