-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.6 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
{
"name": "rings-chat",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@project-serum/sol-wallet-adapter": "^0.2.6",
"@ringsnetwork/bns-util": "^0.4.0",
"@ringsnetwork/rings-node": "0.2.5-dev-20230516.0",
"@solana/wallet-adapter-base": "^0.9.10",
"@solana/wallet-adapter-phantom": "^0.9.9",
"@solana/web3.js": "^1.50.1",
"@walletconnect/ethereum-provider": "^1.7.7",
"@web3-react/core": "8.0.23-beta.0",
"@web3-react/metamask": "8.0.19-beta.0",
"@web3-react/network": "8.0.18-beta.0",
"@web3-react/types": "8.0.12-beta.0",
"@web3-react/url": "8.0.17-beta.0",
"@web3-react/walletconnect": "8.0.26-beta.0",
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"fecha": "^4.2.2",
"framer-motion": "^6.4.2",
"next": "12.1.5",
"react": "18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.0.0",
"react-icons": "^4.4.0",
"react-use-websocket": "^4.2.0",
"styled-components": "^5.3.5",
"web3": "^1.7.3"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.3",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "18.0.0",
"@types/styled-components": "^5.1.25",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"sass": "^1.50.0",
"typescript": "4.6.3"
}
}