rsnext/examples/with-supertokens/package.json
Rishabh Poddar 4132b80735
Update with-supertokens example (#26266)
This PR updates the `package.json` dependency for `with-supertokens` example to use the latest version of our library.
2021-06-17 14:20:31 +00:00

18 lines
361 B
JSON

{
"name": "with-supertokens",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "17.0.1",
"react-dom": "17.0.1",
"supertokens-auth-react": "^0.14.0",
"supertokens-node": "^6.0.0"
},
"license": "MIT"
}