rsnext/examples/api-routes-middleware/package.json
Luis Alvarez D 30870b444a
[Examples] Add SWR to api-routes and api-routes-middleware (#11385)
* Updated the api-routes-middleware example

* Updated the api-routes example
2020-04-07 09:49:59 -04:00

17 lines
314 B
JSON

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