-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.94 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
58
59
60
61
62
63
64
65
66
67
{
"name": "neverland-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=9000 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.9",
"@cyberconnect/react-follow-button": "^2.1.4",
"@cyberlab/cyberconnect-v2": "^0.0.1-alpha.17",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@lit-protocol/sdk-browser": "^1.1.248",
"@livepeer/react": "^2.2.5",
"@livepeer/webrtmp-sdk": "^0.2.3",
"@moralisweb3/evm-utils": "^2.14.3",
"@notifi-network/notifi-node": "^0.58.0",
"@notifi-network/notifi-react-card": "^0.57.4",
"@rainbow-me/rainbowkit": "^0.8.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.5",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@xmtp/xmtp-js": "^7.13.0",
"avvvatars-react": "^0.4.2",
"dayjs": "^1.11.7",
"emoji-picker-react": "^4.4.7",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"jdenticon": "^3.2.0",
"merkletreejs": "^0.3.9",
"moralis": "^2.14.3",
"next": "13.0.6",
"next-auth": "^4.18.6",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"react-emoji-render": "^2.0.1",
"react-hot-toast": "^2.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-jdenticon": "^1.0.0",
"react-toastify": "^9.1.1",
"siwe": "^2.0.5",
"swr": "^2.0.0",
"tim-js-sdk": "^2.26.2",
"typescript": "4.9.3",
"use-nft": "^0.12.0",
"usehooks-ts": "^2.9.1",
"wagmi": "^0.11.7"
},
"devDependencies": {
"@notifi-network/notifi-core": "^0.57.4",
"@tailwindcss/forms": "^0.5.3",
"@types/react-blockies": "^1.4.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.4"
}
}