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

16 lines
296 B
JSON

{
"name": "with-react-helmet",
"license": "ISC",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-helmet": "^5.1.3"
}
}