-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.12 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
{
"name": "honey-finance-evm-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-client": "graphclient build"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fontsource/ia-writer-mono": "^4.5.1",
"@fontsource/inter": "^4.5.4",
"@graphql-mesh/runtime": "^0.44.30",
"@moralisweb3/evm-utils": "^2.14.3",
"@rainbow-me/rainbowkit": "^0.11.0",
"@types/lodash": "^4.14.186",
"@vanilla-extract/babel-plugin": "^1.1.4",
"@vanilla-extract/css": "^1.6.8",
"@vanilla-extract/next-plugin": "^2.0.1",
"@vanilla-extract/sprinkles": "^1.4.0",
"@vercel/analytics": "^0.1.11",
"@walletconnect/web3-provider": "^1.7.7",
"@web3auth/base": "^0.6.3",
"@web3auth/web3auth": "^0.6.3",
"antd": "^4.23.3",
"bn.js": "^5.2.0",
"decimal.js": "^10.4.2",
"degen": "^0.0.69",
"ethers": "^5.5.1",
"graphql": "^16.6.0",
"jsbi": "^4.1.0",
"lodash": "^4.17.21",
"magic-sdk": "^8.1.0",
"moralis": "^2.14.3",
"next": "12.1.0",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-number-format": "^4.9.1",
"react-query": "^3.39.1",
"react-sizeme": "^3.0.2",
"react-toastify": "^8.2.0",
"recharts": "^2.1.9",
"sharp": "^0.31.1",
"victory": "^36.6.8",
"wagmi": "^0.11.7",
"web3": "^1.7.1",
"yarn": "^1.22.18",
"zustand": "^4.1.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "^2.2.11",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"eslint": "^8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.12.0",
"eslint-plugin-unicorn": "^41.0.0",
"prettier": "2.7.1",
"typescript": "4.7.4"
}
}