{
  "name": "organice",
  "version": "0.2.0",
  "private": true,
  "engines": {
    "node": "^12.13.1"
  },
  "dependencies": {
    "@bity/oauth2-auth-code-pkce": "^2.13.0",
    "bowser": "^2.11.0",
    "classnames": "^2.2.6",
    "date-fns": "^2.16.1",
    "dotenv": "^8.2.0",
    "dropbox": "^9.8.0",
    "immutable": "^3.8.2",
    "lodash": "^4.17.21",
    "pegjs": "^0.10.0",
    "react": "^16.8.3",
    "react-beautiful-dnd": "^13.0.0",
    "react-collapse": "^4.0.3",
    "react-dom": "^16.7.0-alpha.0",
    "react-hotkeys": "^2.0.0",
    "react-motion": "^0.5.2",
    "react-redux": "^7.2.1",
    "react-router-dom": "5.2.0",
    "react-scripts": "3.4.3",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "redux-undo": "1.0.1",
    "webdav": "^3.3.0"
  },
  "scripts": {
    "start": "./bin/compile_search_parser.sh && react-scripts start",
    "build": "./bin/compile_search_parser.sh && react-scripts build",
    "test:dbg": "./bin/compile_search_parser.sh && react-scripts --inspect-brk test --runInBand --no-cache",
    "test": "./bin/compile_search_parser.sh && react-scripts test --env=jsdom",
    "coverage": "./bin/compile_search_parser.sh && react-scripts test --env=jsdom --coverage --watchAll=false",
    "eslint": "./node_modules/.bin/eslint --cache .",
    "nibble": "./node_modules/.bin/eslint-nibble --cache .",
    "prettier": "./node_modules/.bin/prettier \"**/*.js\"",
    "prettier-eslint": "./node_modules/.bin/prettier-eslint \"`pwd`/**/*.js\"",
    "lint": "yarn eslint && yarn prettier-eslint --list-different",
    "eject": "react-scripts eject",
    "postinstall": "if [ \"$ON_HEROKU\" ]; then npm install -g serve; fi"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "12.0.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^6.6.0",
    "eslint-nibble": "^6.1.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-redux": "^3.3.0",
    "prettier-eslint": "^11.0.0",
    "prettier": "^2.0.5",
    "prettier-eslint-cli": "^5.0.0",
    "raw.macro": "0.4.2",
    "react-test-renderer": "^17.0.1"
  },
  "jest": {
    "coverageReporters": [
      "text"
    ]
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}