-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.55 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
51
52
53
54
55
56
57
{
"name": "m3tadao-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@epnsproject/sdk-restapi": "^0.1.13",
"@epnsproject/sdk-uiweb": "^0.1.10",
"@mantine/core": "^5.3.1",
"@mantine/dates": "^5.3.1",
"@mantine/dropzone": "^5.3.1",
"@mantine/form": "^5.3.1",
"@mantine/hooks": "^5.3.1",
"@mantine/next": "^5.3.1",
"@mantine/notifications": "^5.4.0",
"@rainbow-me/rainbowkit": "^0.5.3",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.2",
"@superfluid-finance/sdk-core": "^0.5.5",
"@tableland/sdk": "^3.1.2",
"@tabler/icons": "^1.100.0",
"@worldcoin/id": "^0.8.0",
"@xmtp/xmtp-js": "^6.1.0",
"dayjs": "^1.11.5",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.1",
"graphql": "^16.6.0",
"next": "12.3.0",
"next-auth": "^4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.0",
"siwe": "^1.1.6",
"styled-components": "^5.3.5",
"tabler-icons-react": "^1.54.0",
"uuid": "^9.0.0",
"wagmi": "^0.6.6",
"web3.storage": "^4.3.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"prettier": "^2.7.1",
"typescript": "4.8.3"
}
}