forked from kitai-hazure/scaling-eth-24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
38
39
40
41
{
"name": "zk_example_dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cred/neopop-web": "^1.0.0",
"@emotion/react": "^11.10.6",
"@fileverse/heartbit-react": "^2.3.0",
"@mantine/core": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@mantine/notifications": "^6.0.2",
"@rainbow-me/rainbowkit": "^2.0.5",
"@tanstack/react-query": "^5.29.2",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"circomlib": "^2.0.5",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "^5",
"moralis": "^2.25.4",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lottie-player": "^2.0.0",
"react-qr-code": "^2.0.12",
"siwe": "^2.3.2",
"snarkjs": "^0.7.3",
"styled-components": "^6.1.8",
"typescript": "4.9.5",
"viem": "^2.5.0",
"wagmi": "^2.5.19"
}
}