rsnext/examples/with-magic/package.json
JJ Kasper 557ecb0fa2
Update SWR in with-magic example (#24185)
## Documentation / Examples

- [x] Make sure the linting passes

Closes: https://github.com/vercel/next.js/issues/24184
2021-04-17 22:26:43 +00:00

19 lines
364 B
JSON

{
"name": "with-magic",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hapi/iron": "6.0.0",
"@magic-sdk/admin": "1.0.0",
"cookie": "0.4.0",
"magic-sdk": "1.0.1",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"swr": "0.5.5"
},
"license": "MIT"
}