-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "web3-starter-kit",
"version": "0.1.0-alpha.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.2.0",
"@reach/dialog": "^0.17.0",
"@walletconnect/ethereum-provider": "^1.7.8",
"@web3-react/coinbase-wallet": "8.0.33-beta.0",
"@web3-react/core": "8.0.33-beta.0",
"@web3-react/eip1193": "8.0.25-beta.0",
"@web3-react/empty": "8.0.19-beta.0",
"@web3-react/gnosis-safe": "8.0.5-beta.0",
"@web3-react/metamask": "8.0.26-beta.0",
"@web3-react/network": "8.0.26-beta.0",
"@web3-react/types": "8.0.19-beta.0",
"@web3-react/url": "8.0.24-beta.0",
"@web3-react/walletconnect": "8.0.34-beta.0",
"bignumber.js": "^9.0.2",
"ethers": "^5.6.8",
"framer-motion": "^6.3.11",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"next": "^12.1.6",
"next-images": "^1.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-jazzicon": "^1.0.4",
"react-spring": "^9.4.5",
"styled-components": "^5.3.5",
"swr": "^1.3.0",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.43",
"@types/react": "^18.0.12",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^2.0.7",
"locale-enum": "^1.1.1",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
}
}