Skip to content

Commit

Permalink
Merge pull request #41 from smswithoutborders/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mildrette authored Jul 18, 2024
2 parents a213075 + 32bd486 commit 4af60a0
Show file tree
Hide file tree
Showing 8 changed files with 527 additions and 535 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

262 changes: 0 additions & 262 deletions Test.js

This file was deleted.

23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,42 @@
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/material": "^5.16.1",
"@mui/styles": "^5.16.0",
"@mui/x-charts": "^6.19.5",
"@mui/x-data-grid": "^6.19.8",
"@mui/x-date-pickers": "^6.20.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"antd": "^5.19.2",
"anychart": "^8.12.1",
"apexcharts": "^3.50.0",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.3",
"d3": "^7.9.0",
"dayjs": "^1.11.11",
"google-charts": "^2.0.0",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-bootstrap": "^2.10.4",
"react-chartjs-2": "^5.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-simple-maps": "^3.0.0",
"recharts": "^2.12.7",
"styled-components": "^6.1.8",
"web-vitals": "^2.1.0"
},
Expand Down Expand Up @@ -60,7 +77,7 @@
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"husky": "^9.0.11",
"husky": "^9.1.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
Expand Down
18 changes: 3 additions & 15 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,11 @@
<meta name="theme-color" content="#000000" />
<meta name="description" content="Gateway Clients Reliability" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/solid.min.css"
/>
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.9.0/css/anychart-ui.min.css" />
<link
rel="stylesheet"
href="https://cdn.anychart.com/releases/8.9.0/fonts/css/anychart-font.min.css"
/>
<script src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

<title>SMSWithoutBorders Dashboards</title>
<title>SMSWithoutBorders Visibility Dashboard</title>
</head>
<body>
<div id="root"></div>
Expand Down
Empty file.
Loading

0 comments on commit 4af60a0

Please sign in to comment.