{
  "name": "@canard/schema-form-antd-mobile-plugin",
  "version": "0.13.0",
  "description": "Ant Design Mobile components plugin for @canard/schema-form providing mobile-optimized form inputs for React Native and mobile web",
  "keywords": [
    "react",
    "@canard/schema-form",
    "schema-form",
    "canard-form",
    "json-schema",
    "form",
    "plugin",
    "antd-mobile",
    "ant-design-mobile",
    "mobile",
    "mobile-ui",
    "responsive",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vincent-kk/albatrion.git",
    "directory": "packages/canard/schema-form-antd-mobile-plugin"
  },
  "license": "MIT",
  "author": {
    "name": "Vincent K. Kelvin",
    "email": "lunox273@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c && yarn build:types",
    "build:publish:npm": "yarn build && yarn publish:npm",
    "build:types": "node ../../aileron/script/build/buildTypes.mjs",
    "build-storybook": "storybook build",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "lint": "eslint \"src/**/*.{ts,tsx}\" --report-unused-disable-directives --max-warnings 0",
    "publish:npm": "yarn npm publish --access public",
    "start": "yarn build && yarn storybook",
    "storybook": "storybook dev -p 6006",
    "test": "yarn run -T vitest",
    "version:major": "yarn version major",
    "version:minor": "yarn version minor",
    "version:patch": "yarn version patch"
  },
  "dependencies": {
    "@winglet/common-utils": "^0.13.0",
    "@winglet/react-utils": "^0.13.0",
    "antd-mobile": "^5.0.0",
    "dayjs": "^1.0.0"
  },
  "devDependencies": {
    "@canard/schema-form": "^0.13.0",
    "@canard/schema-form-ajv8-plugin": "^0.13.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rollup": "^4.59.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tsc-alias": "^1.8.16",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "dayjs": ">=1",
    "react": ">=18 <20",
    "react-dom": ">=18 <20"
  }
}