react-json-ide
Version:
A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!
66 lines • 1.45 kB
JSON
{
"name": "react-json-ide",
"version": "2.6.0",
"description": "A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!",
"author": "sfarhan21@gmail.com",
"license": "MIT",
"homepage": "https://github.com/fsheik/react-json-ide#readme",
"bugs": {
"url": "https://github.com/fsheik/react-json-ide/issues"
},
"main": "./index.js",
"files": [
"*"
],
"sideEffects": false,
"repository": "git@github.com:fsheik/react-json-ide.git",
"keywords": [
"react-json-ide",
"ajrm",
"react json editor",
"json",
"input box",
"editor",
"react-json",
"json editor",
"json debug",
"json schema",
"json parser",
"json viewer",
"json validator",
"mitsuketajs.org",
"mitsuketa",
"javascript object viewer",
"javascript object notation",
"json validator",
"javascript object syntax validator",
"react",
"component",
"syntax editor",
"nosql",
"wysiwyg",
"WYSIWYG",
"what you see is what you get",
"schema editor",
"english",
"german",
"spanish",
"hindi",
"indonesian",
"portuguese",
"chinese",
"french",
"russian",
"japanese",
"tamil"
],
"peerDependencies": {
"react": ">=16.2.0",
"react-dom": ">=16.2.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.0"
},
"module": "./es/index.js",
"private": false
}