{
  "name": "translation_tool-lxwang2",
  "version": "0.6.49",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/wangleex/swagger_gui.git"
  },
  "dependencies": {
    "@babel/cli": "^7.10.1",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "axios": "^0.19.2",
    "context-menu": "^2.0.0",
    "deepcopy": "^2.0.0",
    "graphql": "^14.6.0",
    "graphql-voyager": "^1.0.0-rc.31",
    "react": "^16.13.1",
    "react-checkbox-tree": "^1.6.0",
    "react-contextmenu": "^2.13.0",
    "react-dom": "^16.13.1",
    "react-icons": "^3.10.0",
    "react-scripts": "3.4.1",
    "react-split-pane": "^0.1.91",
    "react-widgets": "^4.5.0",
    "reactjs-popup": "^1.5.0",
    "translation-to-graphql": "^1.33.99",
    "worker-loader": "^2.0.0"
  },
  "scripts": {
    "start": "PORT=3002 react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "prepublishOnly": "NODE_ENV=production babel src --out-dir lib --copy-files --source-maps",
    "doc": "./node_modules/.bin/jsdoc -r README.md -d docs -c ./jsdoc.json"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": [
      "@babel/plugin-proposal-class-properties"
    ]
  },
  "proxy": "http://localhost:3000/",
  "main": "lib/main.js",
  "module": "lib/main.js",
  "devDependencies": {
    "eslint-plugin-prettier": "^3.1.3",
    "prettier": "2.0.5"
  }
}
