-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 853 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
{
"name": "particle-manta-demo",
"version": "1.0.0",
"type": "module",
"description": "Demo application for leveraging Manta within Particle's Smart Wallet-as-a-Service",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4",
"vite": "^3.0.4"
},
"dependencies": {
"@particle-network/aa": "^1.3.3",
"@particle-network/auth": "^1.2.2",
"@particle-network/chains": "latest",
"@particle-network/provider": "^1.2.0",
"antd": "^5.11.3",
"buffer": "^6.0.3",
"ethers": "6.8.0",
"events": "^3.3.0"
}
}