forked from real-token/realtoken-yam-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.38 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
{
"name": "realtoken-yam-interface",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"graphql": "yarn graphclient build",
"yalc:add": "yalc add @realtoken/realt-commons"
},
"dependencies": {
"@apollo/client": "^3.7.3",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@ethersproject/abi": "^5.6.4",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/constants": "^5.6.1",
"@ethersproject/contracts": "^5.6.2",
"@ethersproject/providers": "^5.6.8",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@mantine/next": "^5.7.1",
"@mantine/notifications": "^5.7.1",
"@realtoken/realt-commons": "^1.2.8",
"@reduxjs/toolkit": "^1.9.1",
"@tabler/icons": "^1.74.0",
"@tanstack/react-table": "^8.7.9",
"@types/react-redux": "^7.1.24",
"@types/redux": "^3.6.0",
"axios": "^1.5.1",
"bignumber.js": "^9.0.2",
"clsx": "^1.2.1",
"cookies-next": "^2.0.5",
"dotenv": "^16.0.3",
"graphql": "^16.6.0",
"i18next": "^21.8.11",
"image-exists": "^1.1.0",
"jotai": "^1.11.0",
"loadash": "^1.0.0",
"moment": "^2.29.4",
"next": "12.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^11.17.3",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@coinbase/wallet-sdk": "^3.3.0",
"@graphprotocol/client-cli": "^2.2.16",
"@radix-ui/react-scroll-area": "^0.1.5-rc.44",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/lodash": "^4.14.191",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@walletconnect/ethereum-provider": "^1.7.8",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"ethereum-abi-types-generator": "^1.3.2",
"ethers": "^5.6.9",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"typechain": "^8.1.0",
"typescript": "4.7.4"
},
"resolutions": {
"@radix-ui/react-scroll-area": "^0.1.5-rc.44"
}
}