-
- Downloads
Styling improvements.
Showing
- package.json 5 additions, 2 deletionspackage.json
- src/App.tsx 11 additions, 10 deletionssrc/App.tsx
- src/components/graphs/barChart/barChart.module.scss 7 additions, 7 deletionssrc/components/graphs/barChart/barChart.module.scss
- src/components/graphs/barChart/barChart.tsx 14 additions, 11 deletionssrc/components/graphs/barChart/barChart.tsx
- src/components/graphs/pieChart/pieChart.module.scss 13 additions, 3 deletionssrc/components/graphs/pieChart/pieChart.module.scss
- src/components/graphs/pieChart/pieChart.tsx 11 additions, 13 deletionssrc/components/graphs/pieChart/pieChart.tsx
- yarn.lock 22 additions, 1 deletionyarn.lock
... | ... | @@ -11,19 +11,22 @@ |
"@types/react": "^17.0.0", | ||
"@types/react-datepicker": "^4.1.7", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-loader-spinner": "^4.0.0", | ||
"axios": "^0.21.4", | ||
"dotenv": "^10.0.0", | ||
"react": "^17.0.2", | ||
"react-datepicker": "^4.2.1", | ||
"react-dom": "^17.0.2", | ||
"react-dotenv": "^0.1.3", | ||
"react-loader-spinner": "^4.0.0", | ||
"react-router": "^5.2.1", | ||
"react-router-dom": "^5.3.0", | ||
"react-scripts": "4.0.3", | ||
"react-toastify": "^8.0.3", | ||
"sass": "^1.42.1", | ||
"react-select": "^5.0.0", | ||
"react-spinners": "^0.11.0", | ||
"react-switch": "^6.0.0", | ||
"react-toastify": "^8.0.3", | ||
"sass": "^1.42.1", | ||
"typescript": "^4.1.2", | ||
"victory": "^36.0.1", | ||
"web-vitals": "^1.0.1", | ||
... | ... |
Please register or sign in to comment