rsnext/examples/api-routes/package.json
Ty Mick 4452366e19
Fix dependency in api-routes example (#29181)
* Upgrade SWR dependency

* Fix capitalization of "Beru Whitesun Lars"
2021-09-17 11:04:05 -05:00

14 lines
233 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^1.0.1"
}
}