Skip to content
Extraits de code Groupes Projets
Les dépendances de ce projet sont gérées grâce à npm. En savoir plus
package.json 2.11 Kio
{
  "name": "mydressin-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/react": "^11.11.4",
    "@emotion/styled": "^11.11.0",
    "@hello-pangea/dnd": "^16.5.0",
    "@hookform/resolvers": "^3.3.4",
    "@iconify/react": "^4.1.1",
    "@mui/icons-material": "^5.15.11",
    "@mui/lab": "^5.0.0-alpha.166",
    "@mui/material": "^5.14.20",
    "@mui/x-data-grid": "^6.19.6",
    "@mui/x-date-pickers": "^6.19.8",
    "@react-pdf/renderer": "^3.4.0",
    "@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",
    "framer-motion": "^11.0.6",
    "highlight.js": "^11.9.0",
    "i18next": "^23.10.0",
    "i18next-browser-languagedetector": "^7.2.0",
    "lodash": "^4.17.21",
    "mui": "^0.0.1",
    "mui-image-crop": "^1.1.0",
    "mui-one-time-password-input": "^2.0.2",
    "next": "^14.1.4",
    "notistack": "^3.0.1",
    "nprogress": "^0.2.0",
    "react": "^18",
    "react-apexcharts": "^1.4.1",
    "react-dom": "^18",
    "react-dropzone": "^14.2.3",
    "react-hook-form": "^7.48.2",
    "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",
    "rehype-highlight": "^7.0.0",
    "rehype-raw": "^7.0.0",
    "remark-gfm": "^4.0.0",
    "simplebar-react": "^3.2.4",
    "stylis-plugin-rtl": "^2.1.1",
    "swr": "^2.2.4",
    "uuid": "^9.0.1",
    "yet-another-react-lightbox": "^3.17.1",
    "yup": "^1.3.3"
  },
  "devDependencies": {
    "@types/autosuggest-highlight": "^3.2.3",
    "@types/node": "20.11.30",
    "@types/react": "18.2.70",
    "@types/react-dom": "^18",
    "@types/react-lazy-load-image-component": "^1.6.3",
    "@types/uuid": "^9.0.8",
    "autoprefixer": "^10.0.1",
    "postcss": "^8",
    "tailwindcss": "^3.3.0",
    "typescript": "5.4.3"
  }
}