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 3.62 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/styles": "^6.3.0",
    "@mui/x-data-grid": "^6.19.6",
    "@mui/x-data-grid-generator": "^7.0.0",
    "@mui/x-data-grid-pro": "^7.0.0",
    "@mui/x-date-pickers": "^6.18.4",
    "@react-pdf/renderer": "^3.4.0",
    "@types/papaparse": "^5.3.14",
    "@types/react-beautiful-dnd": "^13.1.8",
    "@types/react-easy-crop": "^2.0.0",
    "@types/sockjs-client": "^1.5.4",
    "@types/stompjs": "^2.3.9",
    "@types/yup": "^0.32.0",
    "apexcharts": "^3.46.0",
    "autosuggest-highlight": "^3.3.4",
    "axios": "^1.6.7",
    "crypto-js": "^4.2.0",
    "date-fns": "^2.29.3",
    "dayjs": "^1.11.13",
    "dayjs-plugin-utc": "^0.1.2",
    "emoji-picker-react": "^4.12.0",
    "file-saver": "^2.0.5",
    "firebase": "^10.14.1",
    "formik": "^2.4.6",
    "framer-motion": "^11.0.6",
    "fs": "^0.0.1-security",
    "highlight.js": "^11.9.0",
    "i18next": "^23.10.0",
    "i18next-browser-languagedetector": "^7.2.0",
    "json-2-csv": "^5.5.4",
    "json2csv": "^6.0.0-alpha.2",
    "jwt-decode": "^4.0.0",
    "lodash": "^4.17.21",
    "lucide-react": "^0.469.0",
    "mui": "^0.0.1",
    "mui-image-crop": "^1.1.0",
    "mui-one-time-password-input": "^2.0.2",
    "mydressin-front": "file:",
    "net": "^1.0.2",
    "next": "^14.1.4",
    "notistack": "^3.0.1",
    "nprogress": "^0.2.0",
    "papaparse": "^5.4.1",
    "react": "^18",
    "react-apexcharts": "^1.4.1",
    "react-avatar-editor": "^13.0.2",
    "react-beautiful-dnd": "^13.1.1",
    "react-color": "^2.19.3",
    "react-dom": "^18",
    "react-dropzone": "^14.2.3",
    "react-easy-crop": "^5.0.6",
    "react-hook-form": "^7.48.2",
    "react-hot-toast": "^2.4.1",
    "react-i18next": "^14.0.5",
    "react-image-crop": "^11.0.5",
    "react-input-emoji": "^5.6.11",
    "react-lazy-load-image-component": "^1.6.0",
    "react-markdown": "^9.0.1",
    "react-player": "^2.15.1",
    "react-quill": "^2.0.0",
    "react-router-dom": "^6.22.3",
    "react-slick": "^0.30.2",
    "react-stomp": "^5.1.0",
    "react-stomp-hooks": "^3.0.0",
    "rehype-highlight": "^7.0.0",
    "rehype-raw": "^7.0.0",
    "remark-gfm": "^4.0.0",
    "simplebar-react": "^3.2.4",
    "slick-carousel": "^1.8.1",
    "sockjs-client": "^1.6.1",
    "stompjs": "^2.3.3",
    "stylis-plugin-rtl": "^2.1.1",
    "supports-color": "^10.0.0",
    "swr": "^2.2.4",
    "uuid": "^9.0.1",
    "yet-another-react-lightbox": "^3.17.1",
    "yup": "^1.4.0"
  },
  "devDependencies": {
    "@types/autosuggest-highlight": "^3.2.3",
    "@types/crypto-js": "^4.2.2",
    "@types/file-saver": "^2.0.7",
    "@types/json2csv": "^5.0.7",
    "@types/lodash.debounce": "^4.0.9",
    "@types/node": "20.11.30",
    "@types/nprogress": "^0.2.3",
    "@types/react": "18.2.70",
    "@types/react-avatar-editor": "^13.0.2",
    "@types/react-dom": "^18",
    "@types/react-lazy-load-image-component": "^1.6.3",
    "@types/react-slick": "^0.23.13",
    "@types/recharts": "^1.8.29",
    "@types/uuid": "^9.0.8",
    "autoprefixer": "^10.4.19",
    "postcss": "^8.4.39",
    "tailwindcss": "^3.4.6",
    "typescript": "5.4.3"
  },
  "browser": {
    "net": false,
    "tls": false
  }
}