{
  "name": "@batoanng/mui-components",
  "version": "3.6.0",
  "license": "MIT",
  "author": "Ba Toan Nguyen",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "main": "./dist/components.js",
  "files": [
    "dist/**/*.cjs",
    "dist/**/*.css",
    "dist/**/*.d.cts",
    "dist/**/*.d.mts",
    "dist/**/*.d.ts",
    "dist/**/*.js",
    "dist/assets/**/*",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc --noEmit && vite build",
    "build-storybook": "storybook build --stats-json",
    "build:watch": "nodemon --exec 'pnpm run build && yalc push'",
    "format": "prettier . --write --ignore-path .gitignore && git update-index --again",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "serve": "pnpm run build && vite preview --port 3000",
    "dev": "storybook dev -p 3000",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "test:updateSnapshot": "vitest -u",
    "test:coverage": "vitest --silent --watchAll=false --coverage",
    "type-check": "tsc --noEmit",
    "typecheck": "pnpm run type-check",
    "chromatic": "pnpm dlx chromatic --only-changed"
  },
  "dependencies": {
    "@batoanng/utils": "^2.4.3",
    "@tabler/icons-react": "^3.41.1",
    "date-fns": "^4.1.0",
    "entities": "^8.0.0",
    "file-selector": "^2.1.2",
    "react-use": "^17.6.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/icons-material": "9.0.0",
    "@mui/material": "9.0.0",
    "@mui/utils": "^9.0.0",
    "@mui/x-date-pickers": "9.0.4",
    "framer-motion": "^12.38.0",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "react-dropzone": "^15.0.0",
    "react-hook-form": "7.74.0",
    "react-idle-timer": "^5.7.3"
  },
  "peerDependenciesMeta": {
    "@mui/x-date-pickers": {
      "optional": true
    },
    "react-dropzone": {
      "optional": true
    },
    "react-idle-timer": {
      "optional": true
    }
  },
  "devDependencies": {
    "@batoanng/eslint-config": "^3.4.0",
    "@batoanng/prettier-config": "^1.7.1",
    "@batoanng/tsconfig": "^1.6.0",
    "@batoanng/vite-config": "^1.4.0",
    "@chromatic-com/storybook": "^5.1.2",
    "@storybook/addon-a11y": "^10.3.6",
    "@storybook/addon-docs": "^10.3.6",
    "@storybook/addon-links": "^10.3.6",
    "@storybook/builder-vite": "^10.3.6",
    "@storybook/mdx2-csf": "^1.1.0",
    "@storybook/react-vite": "^10.3.6",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "14.6.1",
    "@types/node": "^25.6.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "axios": "^1.15.2",
    "chromatic": "16.6.3",
    "dotenv": "^17.4.2",
    "eslint-plugin-storybook": "^10.3.6",
    "jsdom": "^29.1.1",
    "nodemon": "^3.1.14",
    "prettier": "3.8.3",
    "storybook": "^10.3.6",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=24.0.0",
    "pnpm": "10"
  },
  "overrides": {
    "@mdx-js/react": {
      "react": "$react"
    }
  }
}
