rsnext/examples/with-portals/package.json

14 lines
212 B
JSON
Raw Normal View History

2017-12-02 18:02:22 +01:00
{
"private": true,
2017-12-02 18:02:22 +01:00
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
2018-01-30 21:44:18 +01:00
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
2017-12-02 18:02:22 +01:00
}