-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.2 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "advanced-lottery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@0xsequence/multicall": "^0.40.2",
"@emotion/cache": "^11.9.3",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.9.3",
"@nsorcell/protocol": "0.15.0",
"@reduxjs/toolkit": "^1.8.3",
"@trpc/client": "^9.26.2",
"@trpc/next": "^9.26.2",
"@trpc/react": "^9.26.2",
"@trpc/server": "^9.26.2",
"@walletconnect/ethereum-provider": "^1.7.8",
"@web3-react/core": "8.0.33-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/walletconnect": "8.0.34-beta.0",
"chart.js": "^3.8.2",
"date-fns": "^2.29.1",
"ethers": "^5.6.9",
"next": "^12.2.2",
"next-i18next": "^11.0.0",
"next-redux-wrapper": "^7.0.5",
"prisma": "^4.1.1",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-modal": "^3.15.1",
"react-query": "3",
"react-redux": "^8.0.2",
"react-toastify": "^9.0.5",
"redux-observable": "^2.0.0",
"rxjs": "^7.5.6",
"styled-components": "^5.3.5",
"superjson": "^1.9.1",
"usehooks-ts": "^2.6.0",
"zod": "^3.17.10"
},
"devDependencies": {
"@ethersproject/providers": "^5.6.8",
"@metamask/providers": "^9.0.0",
"@types/node": "18.0.3",
"@types/ramda": "^0.28.15",
"@types/react": "^18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-icons": "^3.0.0",
"@types/react-modal": "^3.13.1",
"@types/styled-components": "^5.1.25",
"autoprefixer": "^10.4.7",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.5",
"twin.macro": "^2.8.2",
"typescript": "4.7.4"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"resolutions": {
"styled-components": "^5"
}
}