forked from Web3Auth/web3auth-pnp-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 807 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
{
"name": "nextjs-tezos-web3auth-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@web3auth/base": "^4.6.0",
"@web3auth/modal": "^4.6.2",
"@web3auth/openlogin-adapter": "^4.6.0",
"@taquito/signer": "^14.0.0",
"@taquito/taquito": "^14.0.0",
"@taquito/utils": "^14.0.0",
"@tezos-core-tools/crypto-utils": "^0.0.7",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/elliptic": "^6.4.14",
"@types/node": "18.11.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}