riseup-squad23/package.json
2025-12-02 03:57:57 -03:00

99 lines
2.7 KiB
JSON

{
"name": "meu-mazer-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
"@ckeditor/ckeditor5-react": "^11.0.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@jitsi/react-sdk": "^1.4.0",
"@supabase/supabase-js": "^2.86.0",
"@sweetalert2/theme-dark": "^5.0.27",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/core": "^3.7.2",
"@tiptap/extension-placeholder": "^3.7.1",
"@tiptap/pm": "^3.7.2",
"@tiptap/react": "^3.7.1",
"@tiptap/starter-kit": "^3.7.2",
"apexcharts": "^5.3.4",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"cors": "^2.8.5",
"dayjs": "^1.11.19",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"firebase": "^12.5.0",
"flatpickr": "^4.6.13",
"helmet": "^8.1.0",
"html2pdf.js": "^0.12.1",
"lucide-react": "^0.543.0",
"node-fetch": "^3.3.2",
"openai": "^6.7.0",
"perfect-scrollbar": "^1.5.6",
"powershell": "^2.3.3",
"quill": "^2.0.3",
"rater-js": "^1.0.1",
"react": "^18.2.0",
"react-apexcharts": "^1.7.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^18.2.0",
"react-flatpickr": "^4.0.11",
"react-icons": "^5.5.0",
"react-input-mask": "^2.0.4",
"react-is": "^19.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^7.9.2",
"react-scripts": "5.0.1",
"react-toastify": "^11.0.5",
"recharts": "^3.1.2",
"sweetalert2": "^11.22.4",
"tiptap": "^1.32.2",
"toastify-js": "^1.12.0",
"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": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"sass": "^1.91.0",
"sass-loader": "^16.0.5",
"tailwindcss": "^4.1.13"
},
"overrides": {
"react": "$react"
}
}