-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
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
{
"name": "react-vite-social-login",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@biconomy/account": "^3.1.0",
"@biconomy/bundler": "^3.1.0",
"@biconomy/common": "^3.1.0",
"@biconomy/core-types": "^3.1.0",
"@biconomy/modules": "^3.1.0",
"@biconomy/particle-auth": "^2.0.0",
"@biconomy/paymaster": "^3.1.0",
"@biconomy/web3-auth": "^3.1.0",
"@particle-network/aa": "^1.2.0",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"ethers": "^5.7.2",
"events": "^3.3.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"util": "^0.12.5",
"web3.storage": "^4.5.5"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}