{
  "name": "material-kit-react",
  "version": "4.0.0",
  "author": "Devias",
  "licence": "MIT",
  "homepage": "https://devias.io",
  "private": false,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "typecheck": "tsc --noEmit",
    "format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
    "format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache"
  },
  "dependencies": {
    "@emotion/cache": "11.11.0",
    "@emotion/react": "11.11.4",
    "@emotion/server": "11.11.0",
    "@emotion/styled": "11.11.5",
    "@fontsource/inter": "5.0.18",
    "@fontsource/plus-jakarta-sans": "5.0.20",
    "@fontsource/roboto-mono": "5.0.18",
    "@hookform/resolvers": "3.6.0",
    "@mui/icons-material": "5.15.20",
    "@mui/lab": "5.0.0-alpha.170",
    "@mui/material": "5.15.20",
    "@mui/system": "5.15.20",
    "@mui/utils": "5.15.20",
    "@mui/x-date-pickers": "7.7.1",
    "@phosphor-icons/react": "2.1.6",
    "@types/react-big-calendar": "^1.16.1",
    "apexcharts": "3.49.2",
    "axios": "^1.7.7",
    "date-fns": "^4.1.0",
    "dayjs": "1.11.11",
    "firebase": "^11.10.0",
    "next": "14.2.4",
    "notistack": "^3.0.1",
    "react": "18.3.1",
    "react-apexcharts": "1.4.1",
    "react-big-calendar": "^1.17.1",
    "react-color-palette": "^7.3.0",
    "react-dom": "18.3.1",
    "react-hook-form": "7.52.0",
    "react-hot-toast": "^2.4.1",
    "react-image-magnify": "^2.7.4",
    "react-image-zoom": "^1.3.1",
    "react-quill": "^2.0.0",
    "react-slick": "^0.30.3",
    "slick-carousel": "^1.8.1",
    "zod": "3.23.8"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "4.2.1",
    "@testing-library/jest-dom": "6.4.6",
    "@testing-library/react": "16.0.0",
    "@types/jest": "29.5.12",
    "@types/mapbox-gl": "3.1.0",
    "@types/node": "20.14.9",
    "@types/react": "18.3.3",
    "@types/react-dom": "18.3.0",
    "@types/react-image-magnify": "^2.7.4",
    "@types/react-slick": "^0.23.13",
    "@types/react-syntax-highlighter": "15.5.13",
    "@types/slick-carousel": "^1.6.40",
    "@typescript-eslint/eslint-plugin": "^8.22.0",
    "@typescript-eslint/parser": "^8.22.0",
    "@vercel/style-guide": "6.0.0",
    "eslint": "8.57.0",
    "eslint-config-next": "14.2.4",
    "eslint-config-prettier": "9.1.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "postcss": "^8.5.6",
    "prettier": "3.3.2",
    "typescript": "5.5.2"
  }
}
