diff --git a/examples/with-supertokens/package.json b/examples/with-supertokens/package.json index cf4997b74c002..9a207840a8db1 100644 --- a/examples/with-supertokens/package.json +++ b/examples/with-supertokens/package.json @@ -11,7 +11,8 @@ "react": "^18", "react-dom": "^18", "supertokens-auth-react": "latest", - "supertokens-node": "latest" + "supertokens-node": "latest", + "supertokens-web-js": "latest" }, "devDependencies": { "@types/cookie": "^0.5.2",