{
  "name": "ecolyo",
  "version": "2.5.1",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "build": "yarn run build:css && yarn run build:browser",
    "build:browser": "cs build --browser ",
    "build:cs": "build:browser",
    "build:css": "sass -c ./src/styles",
    "build-dev": "yarn run build:css && yarn run build-dev:browser",
    "build-dev:browser": "cs build --browser --config app.config.alpha.js",
    "build-dev:mobile": "cs build --mobile --config app.config.alpha.js",
    "build:mobile": "cs build --mobile",
    "cozyPublish": "git fetch origin ${DEPLOY_BRANCH:-build}:${DEPLOY_BRANCH:-build} && cs publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
    "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build}",
    "deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev}",
    "deploy-test": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-test}",
    "lint": "yarn lint:js",
    "lint:js": "eslint src -c .eslintrc.js --fix",
    "load-data": "cd test && importData.bat",
    "prebuild": "yarn lint",
    "prepare": "husky install",
    "release": "standard-version --no-verify",
    "start": "npm-run-all -p start:cs",
    "start:cs": "cs start --hot --browser --no-stack ",
    "start-stack": "cs start --hot --browser --stack",
    "test": "cs test --verbose --coverage",
    "tx": "tx pull --all || true",
    "watch": "yarn watch:browser",
    "watch:browser": "cs start --browser",
    "watch:mobile": "cs watch --mobile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo.git"
  },
  "author": "",
  "contributors": [],
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/issues"
  },
  "homepage": "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo#readme",
  "dependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.7.5",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@cozy/minilog": "^1.0.0",
    "@material-ui/core": "~4.12.0",
    "@material-ui/styles": "^4.11.3",
    "@reduxjs/toolkit": "^1.9.3",
    "@sentry/react": "^7.21.1",
    "@sentry/tracing": "^7.21.1",
    "@simbathesailor/use-what-changed": "^2.0.0",
    "classnames": "^2.3.2",
    "cozy-bar": "8.15.0",
    "cozy-client": "35.6.0",
    "cozy-device-helper": ">=2.1.0",
    "cozy-flags": ">2.8.6",
    "cozy-harvest-lib": "9.26.14",
    "cozy-intent": "^2.13.0",
    "cozy-keys-lib": ">=4.1.9",
    "cozy-logger": ">1.7.0",
    "cozy-realtime": "4.2.8",
    "cozy-scripts": "6.3.10",
    "cozy-ui": "81.5.0",
    "d3": "^6.0.0",
    "detect-browser": "^5.1.1",
    "file-saver": "^2.0.5",
    "global": "^4.4.0",
    "handlebars": "^4.7.7",
    "handlebars-loader": "^1.7.1",
    "history": "^5.3.0",
    "lodash": "^4.17.15",
    "mjml-browser": "^4.10.2",
    "null-loader": "^4.0.1",
    "object-hash": "^3.0.0",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "react-redux": "^7.2.2",
    "react-router-dom": "^6.6.1",
    "react-swipeable-views": "0.14.0",
    "redux-devtools-extension": "^2.13.8",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.4.2",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.7.4",
    "@testing-library/react-hooks": "^8.0.0",
    "@types/d3": "^6.0.0",
    "@types/enzyme": "^3.10.8",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/file-saver": "^2.0.5",
    "@types/history": "^5.0.0",
    "@types/jest": "^29.4.0",
    "@types/lodash": "^4.14.149",
    "@types/luxon": "^3.0.0",
    "@types/node-fetch": "^2.5.7",
    "@types/object-hash": "^2.0.0",
    "@types/react": "^16.9.15",
    "@types/react-dom": "^16.9.8",
    "@types/react-lottie": "^1.2.3",
    "@types/react-redux": "^7.1.11",
    "@types/react-router-dom": "^5.3.3",
    "@types/redux-mock-store": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^5.56.0",
    "@typescript-eslint/parser": "^5.56.0",
    "axios": "^1.3.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-cozy-app": "2.0.3",
    "copy-webpack-plugin": "6.4.1",
    "cozy-app-publish": "^0.31.0",
    "cozy-jobs-cli": "^2.0.0",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.6",
    "enzyme-to-json": "^3.6.2",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "git-directory-deploy": "1.5.1",
    "husky": "^8.0.1",
    "jest-canvas-mock": "^2.4.0",
    "jest-junit": "^15.0.0",
    "lint-staged": ">=8",
    "loglevel": "^1.6.6",
    "luxon": "^3.0.0",
    "mjml": "^4.10.2",
    "mjml-web": "^4.10.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.5",
    "prettier-eslint": "^15.0.1",
    "raw-loader": "^4.0.2",
    "react-test-renderer": "16.14.0",
    "redux-mock-store": "1.5.4",
    "sass": "^1.49.11",
    "sass-loader": "^8.0.0",
    "standard-version": "^9.3.1",
    "typescript": "^5.0.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webextension-polyfill": "^0.10.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "{src,test}/**/*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "git add"
    ]
  }
}