Skye 2 years ago
parent 7c6aa7bb42
commit 3ea523efac
Signed by: me
GPG Key ID: 0104BC05F41B77B8

3
.gitignore vendored

@ -1,2 +1,3 @@
node_modules
yarn.lock
yarn.lock
dist/

@ -29,12 +29,13 @@
"dist"
],
"peerDependencies": {
"realm-web": "^2.0.0",
"next-auth": "^4"
"next-auth": "^4",
"realm-web": "^2.0.0"
},
"devDependencies": {
"@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main",
"next-auth": "^4",
"realm-web": "^2.0.0",
"next-auth": "^4"
"typescript": "^4.9.5"
}
}

Loading…
Cancel
Save