-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "particle-peaq-demo",
"version": "1.0.0",
"type": "module",
"description": "Example application showcasing the implementation of Particle Auth Core for social logins within applications on Peaq Agung.",
"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": "latest",
"@particle-network/auth": "latest",
"@particle-network/auth-core": "latest",
"@particle-network/auth-core-modal": "latest",
"@particle-network/chains": "^1.4.3",
"@particle-network/provider": "^1.3.2",
"@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"
}
}