add ASU compatibility

This commit is contained in:
Sudhanshu Gautam 2021-03-21 18:40:44 +05:30
parent a0aedf1563
commit 7cdb5206af
22 changed files with 2282 additions and 1427 deletions

View file

@ -13,12 +13,14 @@
"i18next": "^17.0.4",
"i18next-browser-languagedetector": "^3.0.1",
"lodash": "^4.17.20",
"luxon": "^1.26.0",
"match-sorter": "^6.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "^10.11.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-svg": "^12.1.0",
"react-use": "^15.3.8",
"web-vitals": "^1.0.1"
},
@ -50,6 +52,7 @@
"@testing-library/react": "^11.2.3",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.167",
"@types/luxon": "^1.26.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
@ -57,15 +60,10 @@
"@typescript-eslint/parser": "^4.12.0",
"axios-mock-adapter": "^1.19.0",
"eslint": "7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "4.0.0",
"husky": "^3.0.5",
"jest": "^26.6.3",
"prettier": "^2.2.1",