{
  "name": "@front.zen/mui",
  "version": "1.1.0",
  "license": "MIT",
  "scripts": {
    "dev": "yarn run -T vite build --mode=development --watch",
    "build": "yarn run -T vite build && yarn build:copy",
    "build:copy": "node ../../scripts/copyFiles.mjs",
    "test": "yarn run -T vitest",
    "type-check": "yarn run -T tsc"
  },
  "module": "./index.module.js",
  "main": "./index.common.js",
  "types": "./index.d.ts",
  "publishConfig": {
    "directory": "dist",
    "access": "public"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/lab": "^5.0.0-alpha.116",
    "@mui/material": "^5.11.5",
    "@mui/x-date-pickers": "^5.0.14",
    "popper.js": "1.16.0",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "devDependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/lab": "^5.0.0-alpha.116",
    "@mui/material": "^5.11.5",
    "@mui/x-date-pickers": "^5.0.14",
    "@types/react-resize-detector": "^6.1.0",
    "popper.js": "1.16.1",
    "resize-observer-polyfill": "^1.5.1",
    "stylis-plugin-rtl": "^2.1.1"
  },
  "dependencies": {
    "@date-io/date-fns": "^2.16.0",
    "@date-io/date-fns-jalali": "^2.16.0",
    "@front.zen/react": "^1.1.0",
    "@front.zen/utils": "^1.1.0",
    "date-fns": "^2.29.3",
    "date-fns-jalali": "^2.29.3-0",
    "react-resize-detector": "^7.1.2",
    "tss-react": "^3.3.2"
  }
}