{
  "name": "@schema-render/form-render-react",
  "version": "1.10.1",
  "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": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "father build"
  },
  "dependencies": {
    "@emotion/css": "^11.11.2",
    "@schema-render/core-react": "^1.10.1",
    "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/"
  }
}
