rsnext/examples/with-portals/package.json
2018-01-30 21:46:15 +01:00

12 lines
193 B
JSON

{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}