-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
155 lines (155 loc) · 5.06 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
{
"name": "@bobanetwork/gateway",
"version": "0.15.2",
"private": true,
"scripts": {
"build:prod": "GENERATE_SOURCEMAP=false REACT_APP_ENV=prod react-app-rewired build",
"clean": "rimraf ./node_modules ./coverage ./build",
"format:check": "prettier --config .prettierrc.json --check \"./src/**/*.{ts,tsx}\"",
"format:fix": "prettier --config .prettierrc.json --write \"./src/**/*.{ts,tsx}\"",
"lint:check": "eslint . --ext ts,tsx",
"lint:fix": "yarn lint:check --fix",
"postinstall": "patch-package",
"pre-commit": "lint-staged",
"listDead": "ts-prune",
"prebuild": "./bin/release.sh",
"prepare": "husky install",
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"test": "TZ=utc react-scripts test --watchAll=false",
"test:coverage": "yarn test --coverage && jest-coverage-badges output \"./badges\" ",
"test:u": "yarn test -u",
"test:w": "yarn test --watchAll=true"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@bobanetwork/graphql-utils": "^1.1.16",
"@bobanetwork/light-bridge-chains": "^1.1.0",
"@bobanetwork/register": "^0.0.26",
"@bobanetwork/sdk": "1.0.7",
"@cfx-kit/wallet-avatar": "^0.0.5",
"@emotion/styled": "^11.11.0",
"@ethersproject/providers": "^5.7.2",
"@mui/base": "5.0.0-alpha.72",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.12.2",
"@mui/styles": "^5.14.18",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/react": "^7.104.0",
"@sentry/tracing": "^7.104.0",
"@walletconnect/ethereum-provider": "^2.10.5",
"@walletconnect/modal": "^2.6.2",
"assert": "^2.0.0",
"axios": "^1.7.3",
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.3",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"dotenv": "^8.2.0",
"eslint-config-react-app": "^7.0.0",
"ethers": "5.7.2",
"graphql": "^16.8.1",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"human-standard-token-abi": "^2.0.0",
"lodash.intersection": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.keyby": "^4.6.0",
"lodash.orderby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"node-forge": "^1.3.1",
"os-browserify": "^0.3.0",
"patch-package": "^6.2.2",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-day-picker": "^8.10.0",
"react-dom": "^17.0.2",
"react-ga4": "^2.1.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.21.3",
"react-scripts": "^5.0.0",
"react-select": "^5.8.0",
"react-svg": "^16.1.15",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"sass": "^1.77.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.10",
"truncate-middle": "^1.0.6",
"ts-md5": "^1.2.11",
"webpack-bundle-analyzer": "^4.10.1"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.24.1",
"@sentry/types": "^8.13.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.1",
"@types/lodash.intersection": "^4.4.9",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.keyby": "^4.6.9",
"@types/lodash.orderby": "^4.6.7",
"@types/redux-mock-store": "^1.0.6",
"@types/styled-components": "^5.1.26",
"@types/truncate-middle": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-unicorn": "^50.0.1",
"husky": "^8.0.3",
"jest-coverage-badges": "^1.1.2",
"jest-styled-components": "^7.1.1",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"react-app-rewired": "^2.2.1",
"redux-mock-store": "^1.5.4",
"ts-prune": "^0.10.3",
"typescript": "^5.1.6"
},
"jest": {
"moduleNameMapper": {
"@walletconnect/ethereum-provider": "<rootDir>/__mocks__/@walletconnect/ethereum-provider.ts",
"^axios$": "axios/dist/node/axios.cjs"
},
"transformIgnorePatterns": ["/node_modules/(?!@bobanetwork/graphql-utils).+\\.js$"],
"collectCoverageFrom": [
"src/components/**/*.tsx",
"src/containers/**/*.tsx",
"src/layout/**/*.tsx",
"src/util/**/*.ts",
"src/services/**/*.ts",
"src/containers/Home/index.tsx",
"!src/actions/**/*.ts",
"!src/api/**/*.ts",
"!src/selectors/**/*.ts",
"!src/reducers/**/*.ts",
"!src/store/**/*.tsx",
"!src/**/types.{ts,tsx}",
"!src/**/style.{ts,tsx}"
],
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
},
"resolutions": {
"listhen": "1.5.5"
}
}