rsnext/examples/with-magic/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
342 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hapi/iron": "6.0.0",
"@magic-sdk/admin": "1.0.0",
"cookie": "0.5.0",
"magic-sdk": "1.0.1",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-01-12 18:36:29 +01:00
"swr": "^2.0.0"
}
}