{
  "name": "@schema-render/form-render-react",
  "version": "2.5.0",
  "description": "Out-of-the-box form rendering library based on Core and Antd.",
  "keywords": [
    "SchemaRender",
    "FormRender"
  ],
  "bugs": {
    "url": "https://github.com/Barrior/schema-render/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Barrior/schema-render.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "main": "src/index.tsx",
  "types": "src/index.tsx",
  "files": [
    "src"
  ],
  "scripts": {},
  "dependencies": {
    "@schema-render/core-react": "^2.5.0",
    "dayjs": "^1.11.0"
  },
  "peerDependencies": {
    "@ant-design/icons": ">=5.0.0",
    "antd": ">=5.0.0",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
