{
  "name": "react-inspector",
  "version": "6.0.2",
  "description": "Power of Browser DevTools inspectors right inside your React app",
  "keywords": [
    "devtools",
    "inspector",
    "object",
    "object-inspector",
    "react",
    "react-component",
    "reactjs",
    "table",
    "table-inspector",
    "table-view",
    "tableview",
    "tree",
    "tree-view",
    "treeview",
    "ui",
    "view"
  ],
  "homepage": "https://github.com/xyc/react-inspector",
  "bugs": {
    "url": "https://github.com/xyc/react-inspector/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xyc/react-inspector.git"
  },
  "license": "MIT",
  "author": "Xiaoyi Chen <cxychina@gmail.com> (http://github.com/xyc)",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE",
    "HISTORY.md",
    ".js",
    ".mjs",
    ".d.ts"
  ],
  "scripts": {
    "build": "tsup",
    "build-storybook": "build-storybook",
    "chromatic": "chromatic --project-token=17yeg4lpa7q",
    "lint": "eslint src stories",
    "prerelease": "npm run lint && npm run test && npm run build",
    "release": "npm publish . --access public",
    "storybook": "start-storybook -p 9001",
    "test": "jest src"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-do-expressions": "^7.10.4",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/plugin-proposal-optional-chaining": "^7.11.0",
    "@babel/plugin-syntax-bigint": "^7.8.3",
    "@babel/plugin-transform-object-assign": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/register": "^7.11.5",
    "@storybook/builder-webpack5": "^6.5.9",
    "@storybook/manager-webpack5": "^6.5.9",
    "@storybook/react": "^6.5.9",
    "@types/is-dom": "^1.1.0",
    "@types/react": "^16",
    "@typescript-eslint/eslint-plugin": "^5.30.4",
    "@typescript-eslint/parser": "^5.30.4",
    "babel-loader": "^8.1.0",
    "chromatic": "^6.7.0",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "expect": "^26.4.2",
    "is-dom": "^1.1.0",
    "jest": "^26.4.2",
    "prettier": "^2.1.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.13.1",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4",
    "webpack": "^5"
  },
  "peerDependencies": {
    "react": "^16.8.4 || ^17.0.0 || ^18.0.0"
  }
}
