-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
{
"name": "M3mber",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.5",
"@emotion/styled": "^11.10.5",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ensdomains/thorin": "0.6.25-alpha-2",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.12",
"@nextui-org/react": "^1.0.0-beta.10",
"@rainbow-me/rainbowkit": "^0.8.1",
"@syncfusion/ej2-data": "^20.3.50",
"@syncfusion/ej2-react-diagrams": "^20.3.50",
"@vercel/analytics": "^0.1.8",
"@walletconnect/qrcode-modal": "^1.8.0",
"@web3modal/react": "^2.0.0",
"antd": "^5.1.6",
"bootstrap": "^5.2.2",
"ethers": "5.7.2",
"graphql": "^16.6.0",
"keccak256": "^1.0.6",
"loadash": "^1.0.0",
"next": "12.1.6",
"papaparse": "^5.4.0",
"react": "17",
"react-bootstrap": "^2.5.0",
"react-csv": "^2.2.2",
"react-dom": "17",
"react-hook-form": "^7.42.1",
"react-icons": "^4.7.1",
"react-toastify": "^9.1.1",
"react-transition-state": "1.1.4",
"styled-components": "^5.3.6",
"tweetnacl": "^1.0.3",
"wagmi": "^0.9.6"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"typescript": "^4.9.4"
}
}