rsnext/examples/with-cookie-auth-fauna/package.json
2023-01-12 09:36:29 -08:00

16 lines
282 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"cookie": "^0.4.0",
"faunadb": "2.10.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.0.0"
}
}