-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
101 lines (101 loc) · 2.94 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
{
"name": "mero",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"cy:open": "cypress open",
"percy": "percy exec -- cypress run"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@merofinance/protocol": "^1.4.0",
"@reduxjs/toolkit": "^1.7.1",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@uauth/web3-react": "^2.2.0",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"chart.js": "^3.7.0",
"dateformat": "^5.0.2",
"ethers": "^5.5.2",
"formik": "^2.2.9",
"fromentries": "^1.3.2",
"i18next": "^21.6.3",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-i18next": "^11.15.1",
"react-ipgeolocation": "^1.4.0",
"react-number-format": "^4.9.0",
"react-redux": "^7.2.6",
"react-router-bootstrap": "^0.26.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^4.0.3",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"scaled-number": "^1.1.0",
"styled-components": "^5.3.3",
"truffle-privatekey-provider": "^1.5.0",
"ts-custom-error": "^3.2.0",
"typescript": "^4.5.4",
"web3": "^1.6.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@percy/cli": "^1.0.0-beta.71",
"@percy/cypress": "^3.1.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/dateformat": "^5.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.2",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.18",
"@types/truffle-privatekey-provider": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"cypress": "^8.0.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"fast-check": "^2.20.0",
"prettier": "^2.5.1",
"ts-loader": "^9.2.6"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": {
"printWidth": 100
}
}