rsnext/examples/with-next-seo/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
238 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"next-seo": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}