rsnext/examples/api-routes-rest/package.json
Jazib Jafri 9e2ae69973
Update api-rest-example to SSG (#11362)
* Update api-rest-example to SSG

* Use SWR for data fetching

* Updated pages

Co-authored-by: Luis Alvarez <luis@zeit.co>
2020-03-28 13:27:17 -05:00

16 lines
286 B
JSON

{
"name": "api-routes-rest",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"swr": "^0.1.18"
},
"license": "ISC"
}