rsnext/examples/with-react-helmet/package.json

17 lines
296 B
JSON
Raw Normal View History

{
"name": "with-react-helmet",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-helmet": "^6.0.0"
}
}