-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "particle-linea-demo",
"version": "1.0.0",
"type": "module",
"description": "Demo application for leveraging Linea 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",
"@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",
"antd": "^5.11.5",
"buffer": "^6.0.3",
"ethers": "5.7.2",
"react-dom": "^18.2.0",
"thresh": "^1.1.0",
"vite-plugin-wasm": "^3.2.2"
},
"bin": {
"particle-linea-demo": "./create.cjs"
}
}