-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
88 lines (88 loc) · 2.76 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
82
83
84
85
86
87
88
{
"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",
"gql:generate": "npx graphql-code-generator --config ./codegen.ts",
"compile": "graphql-codegen",
"yalc:add": "yalc add @realtoken/realt-commons"
},
"dependencies": {
"@apollo/client": "^3.7.3",
"@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/notifications": "^7.3.1",
"@realtoken/realt-commons": "^1.4.9",
"@tabler/icons": "^1.74.0",
"@tanstack/react-table": "^8.20.5",
"bignumber.js": "^9.0.2",
"clsx": "^1.2.1",
"cookies-next": "^2.0.5",
"csv-stringify": "^6.4.5",
"dotenv": "^16.0.3",
"file-saver": "^2.0.5",
"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-query-devtools": "^2.6.3",
"styled-components": "^6.1.1",
"swr": "^1.3.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@coinbase/wallet-sdk": "^3.3.0",
"@graphprotocol/client-cli": "^2.2.16",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@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/file-saver": "^2.0.7",
"@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",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"typechain": "^8.1.0",
"typescript": "^5.2.2"
},
"resolutions": {
"@radix-ui/react-scroll-area": "^0.1.5-rc.44",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.14"
}
}