-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "next-auth-hashpack",
"description": "Authenticate with Hashpack wallet using NextAuthJs library.",
"version": "1.2.13",
"author": {
"name": "DaVinciGraph",
"url": "https://davincigraph.io"
},
"repository": {
"type": "git",
"url": "https://github.com/DaVinciGraph/next-auth-hashpack"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./dist/react": "./dist/react/index.js"
},
"files": [
"dist"
],
"keywords": [
"Authenticate",
"next js",
"next auth"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@hashgraph/sdk": "^2.24.0",
"hashconnect": "^0.2.4"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"next": "^13.2.3",
"next-auth": "^4.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5"
}
}