{
  "name": "@aidc/components",
  "version": "0.5.43",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@ant-design/icons": "^5",
    "@babel/runtime": "^7.0.0",
    "ahooks": "^3.7.8",
    "axios": "^1.4.0",
    "classnames": "^2.3.2",
    "dayjs": "^1.11.10",
    "firebase": "^10.8.0",
    "lodash": "^4.17.21",
    "react-countdown": "^2.3.5",
    "use-intl": "^2.21.0",
    "@aidc/utils": "0.5.44"
  },
  "peerDependencies": {
    "antd": "^5.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "father doctor && father build",
    "dev": "father dev",
    "release:beta": "pnpm publish --tag beta --publish-branch beta",
    "release:patch": "pnpm publish --tag latest --publish-branch main",
    "remove": "rimraf node_modules dist .turbo",
    "version:beta": "pnpm version prerelease --preid=beta",
    "version:patch": "pnpm version patch"
  }
}