{
  "name": "cozy-client",
  "version": "60.23.1",
  "license": "MIT",
  "main": "dist/index.node.js",
  "browser": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "types",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linagora/cozy-client.git"
  },
  "dependencies": {
    "@cozy/minilog": "1.0.0",
    "@fastify/deepmerge": "^2.0.2",
    "@types/jest": "^26.0.20",
    "@types/lodash": "^4.14.170",
    "btoa": "^1.2.1",
    "cozy-stack-client": "^60.23.0",
    "date-fns": "^2.30.0",
    "fast-deep-equal": "^3.1.3",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.13",
    "microee": "^0.0.6",
    "node-fetch": "^2.6.1",
    "node-polyglot": "2.4.2",
    "open": "7.4.2",
    "prop-types": "^15.6.2",
    "react-redux": "^7.2.0",
    "redux": "3 || 4",
    "redux-thunk": "^2.3.0",
    "server-destroy": "^1.0.1",
    "sift": "^6.0.0",
    "url-search-params-polyfill": "^8.0.0"
  },
  "scripts": {
    "build": "../../bin/build",
    "watch": "yarn run build --watch",
    "prepublishOnly": "yarn run build",
    "typecheck": "tsc -p tsconfig.json"
  },
  "devDependencies": {
    "@babel/cli": "7.12.8",
    "@cozy/codemods": "1.14.4",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "12.1.5",
    "@testing-library/react-hooks": "7.0.2",
    "babel-plugin-search-and-replace": "1.1.1",
    "btoa": "1.2.1",
    "cozy-device-helper": "2.7.0",
    "cozy-flags": "2.10.2",
    "cozy-intent": "2.23.0",
    "cozy-logger": "1.7.0",
    "jsdoc-plugin-intersection": "1.0.4",
    "mockdate": "2.0.5",
    "react": "16.14.0",
    "react-redux": "7.2.9",
    "react-test-renderer": "16.14.0",
    "server-destroy": "1.0.1",
    "typescript": "4.1.5"
  },
  "peerDependencies": {
    "cozy-device-helper": ">=2.1.0",
    "cozy-flags": ">2.8.6",
    "cozy-intent": ">=2.23.0",
    "cozy-logger": ">1.7.0",
    "react": "^16.7.0",
    "react-native": "~0.63.5",
    "react-native-google-play-integrity": "^1.1.0",
    "react-native-inappbrowser-reborn": "^3.5.1",
    "react-native-ios11-devicecheck": "^0.0.3"
  },
  "sideEffects": false,
  "gitHead": "22a1e8ca295697d69f035a32555557a79a9837a7"
}
