{
  "name": "react-json-viewer-cool",
  "version": "2.0.0",
  "description": "React json view plugin, supports expansion and hiding. Uses react hooks.",
  "main": "./lib/index.js",
  "scripts": {
    "start": "NODE_ENV=development webpack-dev-server --open",
    "build": "NODE_ENV=production webpack --mode production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/5SSS/react-json-viewer.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/5SSS/react-json-viewer/issues"
  },
  "homepage": "https://github.com/5SSS/react-json-viewer#readme",
  "keywords": [
    "array-viewer",
    "base-16",
    "component",
    "interactive",
    "interactive-json",
    "json",
    "json-component",
    "json-display",
    "json-tree",
    "json-view",
    "json-viewer",
    "json-inspector",
    "json-tree",
    "react",
    "react-component",
    "react-json",
    "theme",
    "tree",
    "tree-view",
    "treeview"
  ],
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/core": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.6.0",
    "html-webpack-plugin": "^5.5.0",
    "react": "^16.14.0 || ^17.0.0",
    "react-dom": "^16.14.0 || ^17.0.0",
    "style-loader": "^3.3.1",
    "webpack": "^5.68.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.4"
  },
  "peerDependencies": {
    "react": "^16.14.0  || ^17.0.0",
    "react-dom": "^16.14.0 || ^17.0.0"
  }
}
