{
  "name": "react-diff-view",
  "version": "3.0.2",
  "description": "A git diff component to consume the git unified diff output.",
  "main": "./cjs/index.js",
  "module": "./es/index.js",
  "types": "./types/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.com"
  },
  "sideEffects": [
    "*.css",
    "*.less"
  ],
  "scripts": {
    "prepare": "husky install",
    "test": "vitest run",
    "start": "skr dev --src-dir=site",
    "clean": "rm -rf cjs es style types",
    "build": "sh scripts/build.sh",
    "build-pages": "skr build --clean --src-dir=site --build-target=stable",
    "prepublishOnly": "npm run build",
    "lint": "eslint src site",
    "ci": "yarn install --immutable && npm run lint && npm run build-pages && npm run build && npm run test",
    "prerelease": "npm run ci",
    "release": "standard-version"
  },
  "author": "otakustay",
  "license": "MIT",
  "dependencies": {
    "classnames": "^2.3.2",
    "diff-match-patch": "^1.0.5",
    "shallow-equal": "^3.1.0",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@ant-design/icons": "^5.0.1",
    "@babel/core": "^7.21.0",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/eslint-plugin": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.21.0",
    "@babel/plugin-proposal-export-default-from": "^7.18.10",
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@ecomfe/eslint-config": "^7.4.0",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@reskript/cli": "5.7.4",
    "@reskript/cli-build": "5.7.4",
    "@reskript/cli-dev": "5.7.4",
    "@reskript/settings": "5.7.4",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/dedent": "^0.7.0",
    "@types/diff-match-patch": "^1.0.32",
    "@types/lodash": "^4.14.191",
    "@types/react-test-renderer": "^18.0.0",
    "@types/refractor": "^2.8.0",
    "@types/sha1": "^1.1.3",
    "@types/warning": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^5.53.0",
    "@typescript-eslint/parser": "^5.53.0",
    "antd": "^5.2.2",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^9.1.2",
    "babel-plugin-add-react-displayname": "0.0.5",
    "babel-plugin-import": "^1.13.6",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-react-require": "^3.1.3",
    "core-js": "^3.28.0",
    "css-loader": "^6.7.3",
    "cssnano": "^5.1.15",
    "dedent": "^0.7.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.7",
    "eslint": "^8.34.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "gitdiff-parser": "^0.3.0",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^8.0.3",
    "identity-obj-proxy": "^3.0.0",
    "less": "^4.1.3",
    "less-loader": "^11.1.0",
    "lodash": "^4.17.21",
    "nanoid": "^4.0.1",
    "postcss": "^8.4.21",
    "postcss-cli": "^10.1.0",
    "postcss-custom-properties": "^13.1.3",
    "prism-color-variables": "^1.0.1",
    "prop-types": "^15.8.1",
    "raw-loader": "^4.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-infinite-scroller": "^1.2.6",
    "react-markdown": "^8.0.5",
    "react-test-renderer": "^18.2.0",
    "react-timeago": "^7.1.0",
    "refractor": "^2.10.1",
    "rollup": "^3.17.2",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "sha1": "^1.1.1",
    "standard-version": "^9.5.0",
    "style-loader": "^3.3.1",
    "typescript": "^4.9.5",
    "unidiff": "^1.0.2",
    "vitest": "^0.28.5",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.11.1",
    "worker-loader": "^3.0.8"
  },
  "peerDependencies": {
    "prop-types": ">=15.6",
    "react": ">=16.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/otakustay/react-diff-view.git"
  },
  "keywords": [
    "git",
    "github",
    "diff",
    "git-diff",
    "react",
    "component"
  ],
  "bugs": {
    "url": "https://github.com/otakustay/react-diff-view/issues"
  },
  "homepage": "https://github.com/otakustay/react-diff-view#readme",
  "files": [
    "es",
    "cjs",
    "style",
    "types"
  ],
  "packageManager": "yarn@3.4.1"
}
