rsnext/examples/with-cookie-auth-fauna/package.json

17 lines
293 B
JSON
Raw Normal View History

{
"name": "with-cookie-auth",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"cookie": "^0.4.0",
"faunadb": "2.10.0",
"next": "^latest",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"swr": "0.2.3"
}
}