{"id":19462471,"url":"https://github.com/lin-mt/json-schema-editor-antd","last_synced_at":"2025-04-07T11:01:34.081Z","repository":{"id":46094102,"uuid":"495680248","full_name":"lin-mt/json-schema-editor-antd","owner":"lin-mt","description":"Json Schema Editor (antd)","archived":false,"fork":false,"pushed_at":"2025-03-22T02:33:44.000Z","size":9646,"stargazers_count":36,"open_issues_count":1,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T10:01:31.513Z","etag":null,"topics":["ant-design","antd","json-schema","react"],"latest_commit_sha":null,"homepage":"https://lin-mt.github.io/json-schema-editor-antd/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lin-mt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-24T05:22:04.000Z","updated_at":"2025-03-22T01:54:09.000Z","dependencies_parsed_at":"2024-06-09T04:39:15.120Z","dependency_job_id":"77f6607c-d9d1-4428-9aa2-ad5762996dc7","html_url":"https://github.com/lin-mt/json-schema-editor-antd","commit_stats":{"total_commits":66,"total_committers":4,"mean_commits":16.5,"dds":0.06060606060606055,"last_synced_commit":"a4de848258fa9c44dab209980e102ea09f79704b"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-antd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-antd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-antd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-antd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lin-mt","download_url":"https://codeload.github.com/lin-mt/json-schema-editor-antd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640459,"owners_count":20971556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ant-design","antd","json-schema","react"],"created_at":"2024-11-10T18:01:28.939Z","updated_at":"2025-04-07T11:01:34.048Z","avatar_url":"https://github.com/lin-mt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @quiet-front-end/json-schema-editor-antd\n\n[![NPM version](https://img.shields.io/npm/v/@quiet-front-end/json-schema-editor-antd.svg?style=flat)](https://npmjs.org/package/@quiet-front-end/json-schema-editor-antd)\n[![NPM downloads](http://img.shields.io/npm/dm/@quiet-front-end/json-schema-editor-antd.svg?style=flat)](https://npmjs.org/package/@quiet-front-end/json-schema-editor-antd)\n![](https://img.shields.io/badge/license-MIT-000000.svg)\n\n[Antd Design](https://ant.design/) 风格的 Json Schema 可视化编辑器。\n\n[Arco Design](https://arco.design/) 风格：https://github.com/lin-mt/json-schema-editor-arco\n\n## Usage\n\n```shell\nnpm install @quiet-front-end/json-schema-editor-antd\n```\n\n```jsx\nimport { useState } from 'react';\nimport JsonSchemaEditor from '@quiet-front-end/json-schema-editor-antd';\n\nexport default () =\u003e {\n  const [jsonSchema, setJsonSchema] = useState();\n  return (\n    \u003cJsonSchemaEditor\n      data={jsonSchema}\n      onChange={(data) =\u003e {\n        setJsonSchema(data);\n      }}\n    /\u003e\n  );\n};\n```\n\n## Development\n\n```bash\n# install dependencies\n$ yarn install\n\n# develop library by docs demo\n$ yarn start\n\n# build library source code\n$ yarn run build\n\n# build library source code in watch mode\n$ yarn run build:watch\n\n# build docs\n$ yarn run docs:build\n\n# Locally preview the production build.\n$ yarn run docs:preview\n\n# check your project for potential problems\n$ yarn run doctor\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-mt%2Fjson-schema-editor-antd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flin-mt%2Fjson-schema-editor-antd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-mt%2Fjson-schema-editor-antd/lists"}