{
  "name": "react-json-editor",
  "author": {
    "name": "Sujin Lee",
    "email": "sujinlee.me@gmail.com",
    "url": "https://sujinlee.me/"
  },
  "description": "A simple online json editor",
  "version": "0.1.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/sujinleeme/react-json-editor"
  },
  "keywords": [
    "json",
    "react",
    "json-editor",
    "monaco-editor"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sujinleeme/react-json-editor/issues"
  },
  "homepage": "/_explorer",
  "dependencies": {
    "@fluentui/react": "^7.158.1",
    "@monaco-editor/react": "^4.0.9",
    "ajv": "^7.0.3",
    "deep-object-diff": "^1.1.7",
    "dirty-json": "^0.9.2",
    "flat": "^5.0.2",
    "lodash": "^4.17.21",
    "monaco-editor": "^0.22.3",
    "prettier": "^2.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-scripts": "^4.0.2",
    "typescript": "^4.0.3",
    "uuid": "^8.3.2",
    "web-vitals": "^0.2.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "BUILD_PATH='../lib/interface' react-scripts build",
    "test": "CI=true react-scripts test",
    "test:coverage": "yarn test --coverage",
    "eject": "react-scripts eject",
    "format": "prettier --write src/**/*.ts{,x}",
    "lint": "tsc --noEmit && eslint src/**/*.ts{,x}",
    "predeploy": "yarn build",
    "deploy": "gh-pages -d build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && yarn test",
      "pre-push": "lint-staged && yarn test"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "yarn lint --fix"
    ],
    "*.{json,md,html}": [
      "prettier --write"
    ]
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@testing-library/dom": "^7.29.4",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.2.5",
    "@testing-library/react-hooks": "^5.0.3",
    "@testing-library/user-event": "^12.1.10",
    "@types/flat": "^5.0.2",
    "@types/jest": "^26.0.15",
    "@types/lodash": "^4.14.182",
    "@types/node": "^12.0.0",
    "@types/react": "^17.0.1",
    "@types/react-dom": "^17.0.0",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^4.14.0",
    "@typescript-eslint/parser": "^4.14.0",
    "eslint": "^7.18.0",
    "eslint-config-airbnb-typescript": "^12.0.0",
    "eslint-config-airbnb-typescript-prettier": "^4.1.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.3.1",
    "gh-pages": "^3.1.0",
    "husky": "^4.3.8",
    "lint-staged": "^10.5.3"
  }
}
