forked from Web3Auth/web3auth-pnp-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 823 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": "react-vite-evm-web3auth-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint"
},
"dependencies": {
"@web3auth/base": "^4.6.0",
"@web3auth/modal": "^4.6.2",
"@web3auth/openlogin-adapter": "^4.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web3": "^1.8.2"
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"buffer": "^6.0.3",
"process": "^0.11.10",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^4.9.5",
"vite": "^4.1.1"
}
}