Files
Geradores/geradoresfe/package.json
Marco Santos f51e5dea31 axios
2025-03-05 10:26:54 +00:00

76 lines
2.0 KiB
JSON

{
"name": "tailadmin-react-free",
"version": "2.0.0",
"dependencies": {
"@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.119",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"apexcharts": "^4.1.0",
"autoprefixer": "^10.4.20",
"axios": "^1.8.1",
"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"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-flatpickr": "^3.8.11",
"tailwindcss": "^3.4.15"
}
}