Layout Done + Implemented mail service

This commit is contained in:
Fernando Videira
2024-01-16 23:51:38 +00:00
parent 75eab0da60
commit ff668b27b7
38 changed files with 1548 additions and 64 deletions
+9
View File
@@ -3,12 +3,21 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^3.12.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.2",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.2",
"web-vitals": "^2.1.4"
},
"scripts": {