-
yassir.abassi a rédigébe1874fb
Les dépendances de ce projet sont gérées grâce à npm.
En savoir plus
package.json 3.24 Kio
{
"name": "stunar-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@cyntler/react-doc-viewer": "^1.14.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@emotion/stylis": "^0.8.5",
"@fullcalendar/core": "6.1.11",
"@fullcalendar/daygrid": "6.1.11",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/list": "6.1.11",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "6.1.11",
"@fullcalendar/timeline": "^6.1.10",
"@hello-pangea/dnd": "^16.5.0",
"@hookform/resolvers": "^3.3.4",
"@iconify-icons/material-symbols": "^1.2.58",
"@iconify/react": "^4.1.1",
"@marketingconfort/mc-chat-front": "^0.1.8",
"@mui/icons-material": "^5.16.9",
"@mui/lab": "^5.0.0-alpha.166",
"@mui/material": "^5.16.9",
"@mui/x-charts": "^6.19.5",
"@mui/x-data-grid": "^6.19.6",
"@mui/x-date-pickers": "^6.18.4",
"@react-pdf/renderer": "3.1.14",
"@types/papaparse": "^5.3.14",
"apexcharts": "^3.46.0",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.6.7",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"emoji-mart": "^5.6.0",
"emoji-picker-react": "^4.11.1",
"file-loader": "^6.2.0",
"firebase": "^11.2.0",
"framer-motion": "^11.17.0",
"fullcalendar": "^6.1.11",
"highlight.js": "^11.9.0",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.468.0",
"moment-timezone": "^0.5.45",
"mui": "^0.0.1",
"next": "^14.2.8",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"quill-image-resize": "^3.0.9",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.2.0",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.0.5",
"react-lazy-load-image-component": "^1.6.0",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.6",
"react-use-websocket": "^4.11.1",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sanitize-html": "^2.13.0",
"simplebar-react": "^3.2.4",
"spacetime": "^7.6.0",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.5",
"timezone-soft": "^1.5.2",
"uuid": "^9.0.1",
"yet-another-react-lightbox": "^3.17.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@schemastore/package": "^0.0.10",
"@types/autosuggest-highlight": "^3.2.3",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lazy-load-image-component": "^1.6.3",
"@types/react-slick": "^0.23.13",
"@types/sanitize-html": "^2.11.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5"
},
"peerDependencies": {
"tailwindcss": "^3.4.16"
}
}