Novo site

This commit is contained in:
Marco Santos
2025-03-05 01:07:29 +00:00
parent 7d7657f203
commit 471559ccb7
162 changed files with 8335 additions and 1769 deletions

View File

@@ -1,26 +1,45 @@
{
"name": "geradoresfe",
"version": "0.1.0",
"private": true,
"name": "tailadmin-react-free",
"version": "2.0.0",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@react-jvectormap/core": "^1.0.4",
"@react-jvectormap/world": "^1.1.2",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.95",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"axios": "^1.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/node": "^16.18.119",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"apexcharts": "^4.1.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"flatpickr": "^4.6.13",
"lucide-react": "^0.477.0",
"motion": "^12.4.10",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-apexcharts": "^1.6.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-flatpickr": "^3.10.13",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-router": "^7.0.1",
"react-scripts": "5.0.1",
"react-simple-maps": "^3.0.0",
"swiper": "^11.1.15",
"tailwind-merge": "^2.6.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
@@ -49,10 +68,7 @@
]
},
"devDependencies": {
"@types/react-helmet": "^6.1.11",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"jest-editor-support": "^31.1.2",
"tailwindcss": "^3.4.13"
"@types/react-flatpickr": "^3.8.11",
"tailwindcss": "^3.4.15"
}
}