mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-13 01:10:39 -07:00
Merge branch 'main' of https://github.com/jacobmveber-01839764/BudgetBuddy
This commit is contained in:
commit
719cf5d1b8
20 changed files with 458 additions and 302 deletions
16
package.json
16
package.json
|
|
@ -7,22 +7,24 @@
|
|||
"@emotion/styled": "^11.10.6",
|
||||
"@material-ui/core": "^4.12.4",
|
||||
"@material-ui/icons": "^4.11.3",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@mui/styled-engine-sc": "^5.11.11",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.12.0",
|
||||
"@mui/styled-engine-sc": "^5.12.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"axios": "^1.3.5",
|
||||
"bootstrap": "^5.2.3",
|
||||
"react": "^18.2.0",
|
||||
"react-bootstrap": "^2.7.2",
|
||||
"chart.js": "^4.2.1",
|
||||
"react": "^18.0.0",
|
||||
"react-bootstrap": "^2.7.4",
|
||||
"react-bootstrap-validation": "^0.1.11",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-chartjs-2": "^5.2.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-pro-sidebar": "^1.0.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"styled-components": "^5.3.9",
|
||||
"web-vitals": "^2.1.4"
|
||||
"web-vitals": "^3.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue