-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.42",
"@walletconnect/web3-provider": "^1.7.5",
"@web3auth/web3auth": "^0.6.3",
"antd": "^4.19.3",
"autoprefixer": "^10.4.4",
"babel-plugin-macros": "^3.1.0",
"graphql": "^16.3.0",
"magic-sdk": "^8.1.0",
"moralis": "^1.5.5",
"next": "latest",
"next-themes": "^0.1.1",
"postcss": "^8.4.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-moralis": "^1.3.4",
"react-toggle-dark-mode": "^1.0.4",
"recharts": "^2.1.9",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.0.23",
"twin.macro": "^2.8.2",
"typescript": "^4.6.2",
"urql": "^2.2.0",
"web3": "^1.7.1"
},
"devDependencies": {
"prettier": "^2.6.0",
"prettier-plugin-tailwindcss": "^0.1.8"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}