{
  "name": "mui-design-system",
  "version": "0.0.40",
  "description": "MUI-based design system with theme, form components, and utilities",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && node copy-files.js",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "publish": "npm publish"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./colors/index": {
      "types": "./dist/colors/index.d.ts",
      "import": "./dist/colors/index.js",
      "default": "./dist/colors/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "react-window": "^1.8.10",
    "react-multi-date-picker": "^4.4.1",
    "react-error-boundary": "^4.0.13",
    "@tanstack/react-table": "^8.17.3",
    "react-hook-form": "^7.51.2"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/material": "^7.3.9",
    "@mui/material-nextjs": "^7.3.9",
    "@mui/styled-engine-sc": "^7.3.9",
    "styled-components": "^6.1.8",
    "stylis-plugin-rtl": "^2.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "author": "Mohammad Pourjamal",
  "license": "ISC",
  "devDependencies": {
    "@types/loadable__component": "^5.13.9",
    "@types/react-window": "^1.8.8",
    "typescript": "^5.4.5"
  },
  "keywords": [
    "design-system",
    "mui",
    "react",
    "theme",
    "components",
    "form"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MohammadPj/design-system.git"
  },
  "homepage": "https://github.com/MohammadPj/design-system#readme",
  "bugs": {
    "url": "https://github.com/MohammadPj/design-system/issues"
  }
}