{
  "name": "@mijalowcode/materials",
  "version": "1.2.5",
  "description": "Mija Lowcode materials library",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "style": "./dist/index.css",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime.d.ts",
      "import": "./dist/runtime.js"
    },
    "./style.css": "./dist/index.css"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mijadesign/mjui-react": "1.0.0-beta.0",
    "@mijalowcode/request": "^1.0.5",
    "@mijalowcode/store": "^1.0.4",
    "@mijalowcode/types": "^1.0.7",
    "@mijalowcode/utils": "^1.0.3"
  },
  "peerDependencies": {
    "@ant-design/icons": "^5.5.1",
    "@ant-design/pro-components": "^2.8.10",
    "@firesoon/icons-react": "^3.1.5",
    "@mijadesign/web": "^1.0.9",
    "antd": "~5.21.6",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.19",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "tsup": "^8.5.0",
    "typescript": "~5.6.3"
  },
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"",
    "build": "pnpm run clean && tsup && node ./scripts/prune-empty-dirs.mjs dist"
  }
}