ra-input-json
Version:
JSON edit and view components for react-admin using JSONInput.
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "ra-input-json",
"version": "0.2.8",
"description": "JSON edit and view components for react-admin using JSONInput.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"files": [
"LICENSE",
"*.md",
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/procoders/ra-input-json.git"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/procoders/ra-input-json/issues"
},
"homepage": "https://github.com/procoders/ra-input-json#readme",
"keywords": [
"react",
"react-admin",
"json-editor"
],
"author": "Anton Manuzin",
"license": "ISC",
"dependencies": {
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.7.2",
"ra-core": "^2.9.0",
"react": "^16.8.6",
"react-json-editor-ajrm": "^2.5.9",
"recompose": "^0.30.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}