-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
42
{
"name": "particle-web3modal-v3-demo",
"version": "1.0.0",
"type": "module",
"description": "Example application showcasing the utilization of Web3Modal V3 with Particle Auth",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.15",
"@vitejs/plugin-react": "^2.0.0",
"react": "^18.2.0",
"typescript": "^4.7.4",
"vite": "^3.0.4"
},
"dependencies": {
"@particle-network/aa": "1.2.0",
"@particle-network/auth": "^1.2.2",
"@particle-network/auth-core": "^1.3.1",
"@particle-network/auth-core-modal": "^1.3.1",
"@particle-network/chains": "latest",
"@particle-network/provider": "^1.2.0",
"@particle-network/thresh-sig": "^0.7.8",
"@types/events": "^3.0.3",
"@wagmi/chains": "^1.8.0",
"@web3modal/wagmi1": "^4.0.0-544a28f1",
"antd": "^5.11.5",
"buffer": "^6.0.3",
"ethers": "5.7.2",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"thresh": "^1.1.0",
"viem": "^2.2.0",
"vite-plugin-wasm": "^3.2.2",
"wagmi": "1.3.10"
}
}