react-schema-based-json-editor
Version:
A reactjs component of schema based json editor.
41 lines (40 loc) • 1.16 kB
JSON
{
"name": "react-schema-based-json-editor",
"version": "8.3.0",
"main": "dist/react-schema-based-json-editor.min.js",
"module": "dist/index.js",
"unpkg": "dist/react-schema-based-json-editor.min.js",
"jsdelivr": "dist/react-schema-based-json-editor.min.js",
"types": "dist/index.d.ts",
"description": "A reactjs component of schema based json editor.",
"repository": {
"type": "git",
"url": "git+https://github.com/plantain-00/schema-based-json-editor.git"
},
"keywords": [
"json",
"schema",
"react"
],
"author": "York Yao",
"license": "MIT",
"bugs": {
"url": "https://github.com/plantain-00/schema-based-json-editor/issues"
},
"homepage": "https://github.com/plantain-00/schema-based-json-editor#readme",
"dependencies": {
"@types/dragula": "*",
"@types/json5": "*",
"@types/markdown-it": "*",
"file-uploader-react-component": "8",
"json5": "2",
"markdown-tip-react": "7",
"react": "17",
"react-dom": "17",
"schema-based-json-editor": "^8.3.0",
"select2-react-component": "6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}