-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
183 lines (183 loc) · 5.81 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "sdf",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "export NODE_OPTIONS='--max-old-space-size=8192' && nx serve",
"build": "nx build",
"test": "nx test",
"test:cov": "nx test --code-coverage",
"lint": "nx run-many --target='lint'",
"lint-fix": "nx run-many --target=lint --fix",
"preinstall": "pnpx only-allow pnpm",
"cy:open": "CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open",
"publish:wallets": "pnpx nx build wallets && npm publish dist/libs/wallets"
},
"private": true,
"packageManager": "[email protected]",
"lint-staged": {
"*.{js,tsx,ts}": [
"nx format --uncommitted",
"nx lint --fix --max-warnings 25"
]
},
"dependencies": {
"@0xdeepak/transaction-monitor": "^1.0.5",
"@analytics/google-analytics": "^1.0.5",
"@coinbase/wallet-sdk": "^3.6.6",
"@emotion/cache": "^11.11.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@hookform/resolvers": "^2.9.3",
"@metamask/jazzicon": "^2.0.0",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/system": "^5.11.2",
"@mui/x-data-grid": "^5.12.3",
"@nrwl/next": "15.4.2",
"@sentry/browser": "^7.55.2",
"@sentry/nextjs": "^7.55.2",
"@sentry/node": "^7.55.2",
"@sentry/tracing": "^7.55.2",
"@socket.tech/plugin": "^1.0.4",
"@tanstack/react-query": "^4.3.9",
"@walletconnect/ethereum-provider": "^2.7.8",
"@web3-react/coinbase-wallet": "^8.2.0",
"@web3-react/core": "^8.2.0",
"@web3-react/eip1193": "^8.2.0",
"@web3-react/empty": "^8.2.0",
"@web3-react/gnosis-safe": "^8.2.0",
"@web3-react/metamask": "^8.2.0",
"@web3-react/network": "^8.2.0",
"@web3-react/types": "^8.2.0",
"@web3-react/url": "^8.2.0",
"@web3-react/walletconnect": "^8.2.0",
"@web3-react/walletconnect-v2": "^8.3.1",
"analytics": "^0.8.1",
"apexcharts": "^3.36.3",
"axios": "^0.27.2",
"bignumber.js": "^9.1.1",
"d3": "^7.8.2",
"date-fns": "^2.30.0",
"ethers": "^5.7.2",
"framer-motion": "^10.12.16",
"gradient-avatar-v2": "^1.0.2",
"highlight.js": "^11.8.0",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^7.0.2",
"js-cookie": "^3.0.5",
"meilisearch": "^0.30.0",
"moment": "^2.29.4",
"next": "12.2.5",
"next-pwa": "^5.6.0",
"notistack": "^2.0.8",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"only-allow": "^1.1.1",
"posthog-js": "^1.52.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.9",
"react-hook-form": "^7.33.1",
"react-i18next": "^12.3.1",
"react-lazy-load-image-component": "^1.6.0",
"react-stacked-center-carousel": "^1.0.12",
"rxjs": "6.6.7",
"side-channel": "^1.0.4",
"simplebar-react": "^3.2.4",
"stylis-plugin-rtl": "^2.1.1",
"tslib": "^2.3.0",
"web3": "^1.8.0",
"web3-core": "1.8.2",
"web3-utils": "^1.8.1",
"web3modal": "^1.9.12",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.12.13",
"@babel/runtime": "7.20.13",
"@iconify/react": "^4.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/cli": "15.4.2",
"@nrwl/cypress": "15.4.2",
"@nrwl/eslint-plugin-nx": "15.4.2",
"@nrwl/jest": "15.4.2",
"@nrwl/linter": "15.4.2",
"@nrwl/node": "15.4.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.4.2",
"@nrwl/storybook": "15.4.2",
"@nrwl/web": "15.4.2",
"@nrwl/workspace": "15.4.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-essentials": "~6.5.9",
"@storybook/builder-webpack5": "~6.5.9",
"@storybook/core-server": "~6.5.9",
"@storybook/manager-webpack5": "~6.5.9",
"@storybook/react": "~6.5.9",
"@svgr/rollup": "^6.1.2",
"@svgr/webpack": "^6.1.2",
"@swc/core": "^1.2.173",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.4.0",
"@types/autosuggest-highlight": "^3.2.0",
"@types/cookie": "^0.5.1",
"@types/d3": "^7.4.0",
"@types/jest": "28.1.1",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.191",
"@types/node": "18.11.9",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.2",
"@types/react": "18.0.25",
"@types/react-copy-to-clipboard": "^5.0.3",
"@types/react-dom": "18.0.9",
"@types/react-is": "17.0.3",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-redux": "^7.1.24",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"babel-jest": "28.1.1",
"babel-loader": "8.1.0",
"cypress": "^11.0.0",
"cypress-metamask-v2": "^1.7.2",
"eslint": "~8.15.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"nx": "15.4.2",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"react-syntax-highlighter": "^15.5.0",
"react-test-renderer": "18.2.0",
"storybook-addon-swc": "^1.1.7",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0"
}
}