-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
141 lines (141 loc) · 4.92 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
{
"name": "od-app",
"version": "1.7.2",
"private": true,
"scripts": {
"start": "craco start",
"build": "craco build && yarn sentry:sourcemaps",
"test": "craco test",
"eject": "craco eject",
"prettier": "prettier --write \"{,**/*.{ts,tsx,json,js,md}}\"",
"prettier:fix": "prettier --write \"{,**/*.{ts,tsx,json,js,md}}\" --fix",
"prettier:check": "prettier \"{,**/*.{ts,tsx,json,js,md}}\" --list-different",
"lint": "npx eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "yarn run lint --fix",
"lint:check": "yarn run lint --max-warnings=0",
"format": "yarn run prettier:fix && yarn run lint:fix",
"format:check": "yarn run prettier && yarn run lint",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org open-dollar --project open-dollar ./build && sentry-cli sourcemaps upload --org open-dollar --project open-dollar ./build"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@coinbase/wallet-sdk": "^3.7.1",
"@craco/craco": "7.1.0",
"@ethersproject/address": "^5.0.10",
"@ethersproject/experimental": "5.4.0",
"@ethersproject/providers": "5.4.5",
"@opendollar/sdk": "1.7.6",
"@opendollar/svg-generator": "1.7.4",
"@react-spring/web": "^9.7.3",
"@sentry/cli": "^2.31.0",
"@sentry/integrations": "^7.112.2",
"@sentry/react": "^7.112.2",
"@sentry/webpack-plugin": "^2.16.1",
"@tanstack/react-table": "^8.17.3",
"@types/node": "^12.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@web3-react/coinbase-wallet": "^8.2.3",
"@web3-react/core": "^8.2.3",
"@web3-react/gnosis-safe": "^8.2.4",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/metamask": "^8.2.1",
"@web3-react/network": "^8.2.0",
"@web3-react/types": "^8.2.3",
"@web3-react/url": "^8.2.3",
"@web3-react/walletconnect-v2": "^8.5.1",
"@web3-react/walletlink-connector": "6.2.3",
"axios": "^1.6.7",
"classnames": "^2.2.6",
"dayjs": "^1.9.4",
"easy-peasy": "^5.1.0",
"ethers": "5.4.7",
"graphql": "^16.8.1",
"i18next": "^23.11.5",
"jazzicon": "^1.5.0",
"numeral": "^2.0.6",
"react": "^18.3.1",
"react-confetti": "^6.0.1",
"react-cookie-consent": "^5.2.0",
"react-copy-to-clipboard": "^5.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-device-detect": "^1.13.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.9",
"react-helmet-async": "^2.0.5",
"react-i18next": "^11.7.2",
"react-loading-skeleton": "^3.4.0",
"react-number-format": "^5.2.2",
"react-paginate": "^6.5.0",
"react-router-dom": "^6.24.1",
"react-scripts": "5.0.1",
"react-toastify": "^6.0.9",
"react-tooltip": "^5.21.1",
"react-transition-group": "^4.4.1",
"siwe": "^2.3.2",
"styled-components": "^5.2.0",
"terser-webpack-plugin": "^5.3.10",
"tiny-invariant": "^1.3.3",
"typescript": "^4.4.3"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/async-retry": "^1.4.2",
"@types/classnames": "^2.2.11",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.5.12",
"@types/jsonp": "^0.2.0",
"@types/numeral": "^0.0.28",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-paginate": "^6.2.1",
"@types/react-router-dom": "^5.3.0",
"@types/react-slider": "^1.1.2",
"@types/react-transition-group": "^4.4.0",
"@types/styled-components": "^5.1.3",
"craco-alias": "^3.0.1",
"cypress": "^13.6.4",
"cypress-wait-until": "^1.7.1",
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"serve": "^14.2.3"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"@typescript-eslint/no-redeclare": "off",
"no-redeclare": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,tsx,md,json,ts}": "prettier --write"
}
}