{ "name": "react-json-tree", "version": "0.16.2", "description": "React JSON Viewer Component, Extracted from redux-devtools", "keywords": [ "react", "json viewer" ], "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "license": "MIT", "author": "Shu Uesugi (http://github.com/chibicode)", "contributors": [ "Alexander Kuznetsov (http://kuzya.org/)", "Dave Vedder (http://www.eskimospy.com/)", "Daniele Zannotti (http://www.github.com/dzannotti)", "Mihail Diordiev (https://github.com/zalmoxisus)" ], "files": [ "lib", "src" ], "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/types/index.d.ts", "unpkg": "lib/umd/react-json-tree.umd.js", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "scripts": { "build": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:umd", "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly", "build:umd": "rollup -c", "clean": "rimraf lib", "test": "jest", "lint": "eslint . --ext .ts,.tsx", "type-check": "tsc --noEmit", "prepack": "pnpm run clean && pnpm run build", "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { "@babel/runtime": "^7.18.3", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1" }, "devDependencies": { "@babel/cli": "^7.17.10", "@babel/core": "^7.18.2", "@babel/eslint-parser": "^7.18.2", "@babel/plugin-transform-runtime": "^7.18.2", "@babel/preset-env": "^7.18.2", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@types/jest": "^27.5.1", "@types/node": "^16.11.36", "@types/react": "^17.0.45", "@types/react-test-renderer": "^17.0.2", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.4.5", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "react": "^17.0.2", "react-test-renderer": "^17.0.2", "rimraf": "^3.0.2", "rollup": "^2.75.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "ts-jest": "^27.1.5", "tslib": "^2.4.0", "typescript": "~4.6.4" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "react": "^16.3.0 || ^17.0.0 || ^18.0.0" } }