-
Notifications
You must be signed in to change notification settings - Fork 363
/
package.json
161 lines (161 loc) · 5.7 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "aave-ui",
"version": "1.0.0",
"private": true,
"license": "BSD-3-Clause",
"scripts": {
"dev": "next dev",
"dev:special": "NODE_OPTIONS='--inspect --max_old_space_size=8000' next dev",
"build": "next build",
"build:analyze": "ANALYZE=true yarn build",
"build:static": "next build && next export",
"build:optimize-svgs": "find public -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 npx svgo --final-newline",
"serve:static": "npx serve out",
"export": "next export",
"start": "next start",
"lint:code": "next lint --dir src --dir pages",
"lint:code:fix": "next lint --dir src --dir pages --fix",
"lint:formatting": "prettier src pages cypress . --check",
"lint:formatting:fix": "prettier src pages cypress . --write",
"lint": "yarn lint:code && yarn lint:formatting",
"lint:fix": "yarn lint:code:fix && yarn lint:formatting:fix",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"i18n:extract": "NODE_ENV=development lingui extract --clean --overwrite --locale en",
"i18n:compile": "lingui compile",
"i18n": "yarn i18n:extract && yarn i18n:compile",
"prepare": "husky install",
"test:open": "DOTENV_CONFIG_PATH='.env.local' cypress open",
"test:headless": "export DOTENV_CONFIG_PATH='../../../.env.local' && cypress run --config-file './cypress/configs/local/full.config.ts'",
"test": "jest --watch",
"test:ci": "jest --ci",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@aave/contract-helpers": "1.30.5",
"@aave/math-utils": "1.30.5",
"@bgd-labs/aave-address-book": "4.2",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/server": "latest",
"@emotion/styled": "11.10.4",
"@gelatonetwork/relay-sdk": "^5.5.5",
"@gnosis.pm/safe-apps-web3-react": "^1.2.0",
"@heroicons/react": "^1.0.6",
"@lingui/react": "^3.14.0",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "5.0.0-alpha.103",
"@mui/material": "^5.10.9",
"@paraswap/sdk": "6.10.0",
"@tanstack/react-query": "^4.28.0",
"@visx/annotation": "^3.3.0",
"@visx/axis": "^2.14.0",
"@visx/curve": "^2.1.0",
"@visx/event": "^2.6.0",
"@visx/gradient": "^2.10.0",
"@visx/grid": "^2.12.2",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.12.2",
"@visx/tooltip": "^2.16.0",
"@walletconnect/ethereum-provider": "^2.13.3",
"@walletconnect/modal": "2.7.0",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/frame-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/torus-connector": "^6.2.9",
"@web3-react/types": "^6.0.7",
"@web3-react/walletlink-connector": "^6.2.14",
"blo": "^1.1.1",
"d3-array": "^3.2.0",
"d3-time-format": "^4.1.0",
"dayjs": "^1.11.5",
"ethereum-multicall": "^2.21.0",
"ethers": "^5.5.4",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"gray-matter": "^4.0.3",
"immer": "^9.0.15",
"micro-memoize": "^4.1.2",
"mixpanel-browser": "^2.45.0",
"next": "12.1.1",
"react": "latest",
"react-cookie-consent": "^8.0.1",
"react-dom": "latest",
"react-infinite-scroller": "^1.2.6",
"react-lazy-load": "^4.0.1",
"react-markdown": "^8.0.7",
"react-number-format": "^4.9.1",
"reflect-metadata": "^0.1.13",
"remark-gfm": "^3.0.1",
"tiny-invariant": "^1.3.1",
"zustand": "^4.1.4"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.1.0",
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.5.3",
"@lingui/cli": "^3.15.0",
"@lingui/macro": "^3.15.0",
"@next/bundle-analyzer": "^12.1.0",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query-devtools": "^4.29.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/d3-array": "^3.0.3",
"@types/d3-time-format": "^4.0.0",
"@types/lodash": "^4.14.189",
"@types/mixpanel-browser": "^2.38.1",
"@types/react": "latest",
"@types/react-infinite-scroller": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"axios": "^1.6.2",
"babel-plugin-macros": "^3.1.0",
"cypress": "10.9.0",
"cypress-repeat": "^2.3.3",
"cypress-wait-until": "^1.7.2",
"dotenv": "^16.0.3",
"eslint": "^8.29.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": ">=8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.0.3",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
},
"resolutions": {
"@web3-react/walletlink-connector/@coinbase/wallet-sdk": "3.1.0"
},
"contributors": [
"Anastasia Khovaeva <[email protected]>",
"Andrew Schmidt <[email protected]>",
"David Racero <[email protected]>",
"Diego Prudencio <[email protected]>",
"Drew Cook <[email protected]>",
"Lukas Strassel <[email protected]>",
"Mark Grothe <[email protected]",
"Mark Hinschberger <[email protected]>",
"Nikita Bokarev <[email protected]>",
"Oleksandr Tkach <[email protected]>",
"Pol Sendra <[email protected]>",
"Vladimir Konstantinovich Yumatov <[email protected]>"
],
"lint-staged": {
"!(.prettierignore)*.*": "yarn lint:fix",
"*.svg": "npx svgo --final-newline"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}