forked from ferenen/orbis-group-example
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.05 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": "orbis-group-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@ethersproject/abi": "^5.7.0",
"@mantine/core": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/next": "^5.9.5",
"@orbisclub/orbis-sdk": "^0.3.82",
"@tanstack/react-query": "^4.20.4",
"@vocdoni/sdk": "^0.0.2-alpha",
"@walletconnect/web3-provider": "^1.7.8",
"arweave": "^1.11.4",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.2",
"javascript-time-ago": "^2.5.6",
"next": "12.2.3",
"node-schedule": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-donut-chart": "^1.3.3",
"react-image-file-resizer": "^0.4.8",
"react-string-replace": "^1.1.0",
"react-time-ago": "^7.2.1",
"wagmi": "^0.9.5"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "12.2.3"
}
}