{
  "name": "cozy-harvest-lib",
  "version": "37.0.8",
  "description": "Provides logic, modules and components for Cozy's harvest applications.",
  "main": "dist/index.js",
  "author": "Cozy",
  "license": "MIT",
  "homepage": "https://github.com/cozy/cozy-libs/blob/master/packages/cozy-harvest-lib/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cozy/cozy-libs.git"
  },
  "bugs": {
    "url": "https://github.com/cozy/cozy-libs/issues"
  },
  "scripts": {
    "build": "babel --extensions .js,.jsx,.ts,.tsx --ignore '**/*.spec.tsx','**/*.spec.ts' ./src -d ./dist  --copy-files --verbose",
    "build:watch": "yarn build --watch",
    "build:doc:react": "(cd ../.. && TARGET=cozy-harvest-lib yarn build:doc:react)",
    "deploy:doc": "(cd ../.. && yarn deploy:doc)",
    "prepublishOnly": "yarn check-locales && yarn build",
    "check-locales": "./scripts/check-locales.sh",
    "test": "env NODE_ENV=test jest --runInBand",
    "lint": "cd .. && yarn eslint --ext js,jsx packages/cozy-harvest-lib",
    "start": "yarn build:watch",
    "cli": "env BABEL_ENV=es5 node src/cli/index.js",
    "watch:doc:react": "(cd ../.. && TARGET=cozy-harvest-lib yarn watch:doc:react)",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "dependencies": {
    "@cozy/minilog": "^1.0.0",
    "classnames": "^2.5.1",
    "cozy-doctypes": "^1.99.1",
    "cozy-logger": "^1.18.1",
    "date-fns": "2.30.0",
    "final-form": "^4.18.5",
    "lodash": "^4.17.21",
    "microee": "^0.0.6",
    "node-polyglot": "^2.4.0",
    "react-final-form": "^3.7.0",
    "react-json-print": "^0.1.3",
    "react-markdown": "^4.2.2",
    "react-redux": "7.2.2",
    "use-deep-compare-effect": "^1.8.1",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@babel/cli": "7.16.8",
    "@babel/core": "7.16.12",
    "@babel/register": "7.16.9",
    "@cozy/cli-tree": "^0.15.1",
    "@sentry/react": "7.119.0",
    "@storybook/addon-essentials": "^7.0.23",
    "@storybook/addon-interactions": "^7.0.23",
    "@storybook/addon-links": "^7.0.23",
    "@storybook/blocks": "^7.0.23",
    "@storybook/react": "^7.0.23",
    "@storybook/react-webpack5": "^7.0.23",
    "@storybook/testing-library": "^0.0.14-next.2",
    "@testing-library/jest-dom": "5.17.0",
    "@testing-library/react": "12.1.5",
    "@testing-library/react-hooks": "8.0.1",
    "@types/react-redux": "7.1.25",
    "babel-jest": "30.3.0",
    "babel-plugin-inline-react-svg": "1.1.2",
    "babel-preset-cozy-app": "^2.8.4",
    "cozy-client": "^52.1.0",
    "cozy-device-helper": "^4.0.3",
    "cozy-flags": "^4.9.1",
    "cozy-intent": "^2.31.1",
    "cozy-interapp": "^0.17.1",
    "cozy-keys-lib": "^6.1.1",
    "cozy-realtime": "^5.9.1",
    "cozy-tsconfig": "^2.0.0",
    "cozy-ui": "^138.1.0",
    "cozy-ui-plus": "^7.0.0",
    "cozy-viewer": "^28.0.9",
    "form-data": "4.0.0",
    "identity-obj-proxy": "3.0.0",
    "isomorphic-fetch": "^2.2.1",
    "jest": "30.3.0",
    "jest-environment-jsdom": "30.3.0",
    "jest-resolve-cached": "1.0.0",
    "jsdom": "16.5.0",
    "leaflet": "1.8.0",
    "mockdate": "^3.0.5",
    "prop-types": "15.7.2",
    "react": "16.12.0",
    "react-dom": "16.13.0",
    "react-router-dom": "6.14.2",
    "react-swipeable-views": "0.13.9",
    "storybook": "^7.0.23",
    "storybook-addon-remix-react-router": "^3.0.1",
    "twake-i18n": "^0.4.1"
  },
  "peerDependencies": {
    "@babel/runtime": ">=7.12.5",
    "@sentry/react": ">=7.118.0",
    "cozy-client": ">=52.1.0",
    "cozy-device-helper": ">=2.6.0",
    "cozy-flags": ">=2.3.5",
    "cozy-intent": ">=2.29.1",
    "cozy-interapp": ">=0.9.0",
    "cozy-keys-lib": ">=6.1.1",
    "cozy-realtime": ">=4.2.8",
    "cozy-ui": ">=138.1.0",
    "cozy-ui-plus": ">=6.0.0",
    "cozy-viewer": ">=28.0.0",
    "leaflet": "^1.7.1",
    "react-router-dom": ">=6.14.2",
    "twake-i18n": ">=0.3.0"
  },
  "sideEffects": false,
  "gitHead": "090c2ecd4275c87c6906ace3f0f3cef4b301d42d"
}
