{ "name": "react-json-tree", "version": "0.18.0", "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.21.0", "@types/lodash": "^4.14.194", "react-base16-styling": "^0.9.1" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", "@babel/plugin-transform-runtime": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.4", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.1", "@types/jest": "^29.5.1", "@types/node": "^18.16.1", "@types/react": "^18.2.0", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", "eslint": "^8.39.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.5.0", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^5.0.0", "rollup": "^3.21.0", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.1.0", "tslib": "^2.5.0", "typescript": "~5.0.4" }, "peerDependencies": { "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }