json-edit-react
Version:
React component for editing or viewing JSON/object data
104 lines (103 loc) • 3.09 kB
JSON
{
"name": "json-edit-react",
"version": "1.25.3",
"description": "React component for editing or viewing JSON/object data",
"main": "build/index.cjs.js",
"module": "build/index.esm.js",
"types": "build/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.esm.js",
"require": "./build/index.cjs.js",
"default": "./build/index.esm.js"
}
},
"files": [
"build/**/*"
],
"repository": "https://github.com/CarlosNZ/json-edit-react.git",
"author": "Carl Smith <5456533+CarlosNZ@users.noreply.github.com>",
"license": "MIT",
"homepage": "https://carlosnz.github.io/json-edit-react",
"scripts": {
"setup": "yarn install && cd demo && yarn install",
"test": "jest",
"demo": "cd demo && node ./scripts/getVersion.cjs && yarn && yarn start",
"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
"lint": "npx eslint \"src/**\"",
"postbuild": "node ./scripts/cleanBuildTypes.cjs",
"prepareReadme": "python3 scripts/build_npm_readme.py",
"prepublishOnly": "yarn build && yarn prepareReadme && python3 scripts/use_npm_readme.py prepare",
"postpublish": "python3 scripts/use_npm_readme.py restore",
"compile": "rimraf ./build && tsc",
"release": "yarn publish",
"release-demo": "cd demo && yarn deploy"
},
"peerDependencies": {
"react": ">=16.0.0"
},
"resolutions": {
"strip-ansi": "6.0.1",
"string-width": "4.2.2",
"wrap-ansi": "7.0.0"
},
"dependencies": {
"object-property-assigner": "^1.3.5",
"object-property-extractor": "^1.0.13"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^20.11.17",
"@types/react": ">=16.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"react-dom": ">=16.0.0",
"rimraf": "^5.0.5",
"rollup": "^4.10.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.6",
"rollup-plugin-styles": "^4.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"keywords": [
"react",
"component",
"interactive",
"interactive-json",
"json",
"json-component",
"json-display",
"json-tree",
"json-view",
"json-viewer",
"json-inspector",
"json-schema",
"react-component",
"react-json",
"react18-json-view",
"react-json-view",
"theme",
"tree",
"tree-view",
"treeview"
]
}