rsnext/examples/data-fetch/package.json
Alejandro 0f0013b9e4
Update data-fetch example to SSG (#11017)
* Update to SSG

* Change to getServerSideProps

* Fix lint

* Update
2020-03-12 17:21:18 -05:00

16 lines
287 B
JSON

{
"name": "data-fetch",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"node-fetch": "^2.6.0",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"license": "ISC"
}