chore: add support for react-intl, mui, apolloql

This commit is contained in:
Ali BARIN
2021-10-03 23:46:37 +02:00
parent a4ddc8b50c
commit a62d5369d4
18 changed files with 544 additions and 108 deletions

View File

@@ -3,6 +3,10 @@
"version": "0.1.0",
"description": "> TODO: description",
"dependencies": {
"@apollo/client": "^3.4.15",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
@@ -10,8 +14,10 @@
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"graphql": "^15.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.20.12",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"