-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "temp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:link": "npm link ../xmtp-hooks ../xmtp-hooks/node_modules/@tanstack/react-query && npm run dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@next/font": "13.1.2",
"@rainbow-me/rainbowkit": "^0.8.1",
"@relaycc/xmtp-hooks": "^0.0.13",
"@supabase/supabase-js": "^2.5.0",
"@tanstack/react-query": "^4.22.3",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@xmtp/xmtp-js": "^7.7.4",
"body-scroll-lock": "^4.0.0-beta.0",
"comlink": "^4.3.1",
"date-fns": "^2.29.3",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"ethers": "^5.7.2",
"framer-motion": "^8.4.3",
"next": "13.1.2",
"next-plausible": "^3.7.1",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"siwe": "^2.1.3",
"styled-components": "^5.3.6",
"typescript": "4.9.4",
"wagmi": "^0.9.6"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"@types/react-blockies": "^1.4.1",
"@types/styled-components": "^5.1.26",
"prettier": "^2.8.3"
}
}