rsnext/examples/with-shallow-routing/package.json
David Janda d093dd5786
Updated with-shallow-routing to use getServerSideProps (#11585)
* Replaced getInitialProps with getServerSideProps

* Updated page and readme

* Removed unrequired props

* Mention getStaticProps too

Co-authored-by: Luis Alvarez <luis@zeit.co>
2020-04-03 14:59:39 -05:00

15 lines
269 B
JSON

{
"name": "with-shallow-routing",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"license": "ISC"
}