{
  "name": "@xirang/design-antd",
  "version": "1.0.0",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "devDependencies": {
    "@types/node": "20",
    "@types/react": "18",
    "@types/react-dom": "18",
    "@xirang/design-typescript-config": "0.1.0"
  },
  "dependencies": {
    "antd": "5",
    "dayjs": "1",
    "react": "18",
    "react-dom": "18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  }
}