{
  "name": "ecolyo",
  "version": "3.1.1",
  "engines": {
    "node": "20"
  },
  "scripts": {
    "build": "yarn run build:css && yarn run build:browser",
    "build:analyse": "cs build --analyzer",
    "build:browser": "cs build --browser",
    "build:cs": "build:browser",
    "build:css": "sass -c ./src/styles:build",
    "build-dev": "yarn run build:css && yarn run build-dev:browser",
    "build-dev:browser": "cs build --browser --config app.config.alpha.js",
    "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",
    "release": "standard-version --no-verify",
    "start": "cs start --browser",
    "start:stack": "cs start --browser --stack",
    "test": "cs test --verbose --coverage",
    "tx": "tx pull --all || true",
    "watch": "yarn watch:browser",
    "watch:browser": "cs watch --browser",
    "clean": "rm -rf ./data",
    "data:create": "npx tsx scripts/createDayDataFiles.ts",
    "data:import": "./scripts/importData.sh",
    "data:seed": "yarn data:create && yarn data:import",
    "data:connections": "npx tsx scripts/createConnections.ts"
  },
  "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": "^2.2.7",
    "@sentry/react": "^8.26.0",
    "classnames": "^2.5.1",
    "cozy-bar": "10.0.0",
    "cozy-client": "49.1.1",
    "cozy-device-helper": "3.1.0",
    "cozy-flags": "4.0.0",
    "cozy-harvest-lib": "9.26.14",
    "cozy-intent": "^2.23.0",
    "cozy-keys-lib": ">=6.0.0",
    "cozy-logger": ">1.7.0",
    "cozy-realtime": "5.0.1",
    "cozy-scripts": "8.3",
    "cozy-ui": "^111.9.0",
    "d3": "^7.9.0",
    "file-saver": "^2.0.5",
    "global": "^4.4.0",
    "handlebars": "^4.7.8",
    "handlebars-loader": "^1.7.3",
    "history": "^5.3.0",
    "lodash": "^4.17.15",
    "mjml-browser": "^4.15.3",
    "null-loader": "^4.0.1",
    "object-hash": "^3.0.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-inspector": "^5.1",
    "react-redux": "^9.1.2",
    "react-router-dom": "^6.6.1",
    "react-swipeable-views": "0.14.0",
    "redux-devtools-extension": "^2.13.8",
    "redux-logger": "^3.0.6",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.7.4",
    "@eslint-react/eslint-plugin": "^1.14.3",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/d3": "^7.4.3",
    "@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": "^18.2.25",
    "@types/react-dom": "^18.2.11",
    "@types/react-lottie": "^1.2.3",
    "@types/redux-mock-store": "^1.0.6",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "axios": "^1.3.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-cozy-app": "2.1.0",
    "copy-webpack-plugin": "6.4.1",
    "cozy-app-publish": "^0.33.0",
    "cozy-jobs-cli": "^2.0.0",
    "eslint": "^8.49.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-jest": "^28.8.3",
    "eslint-plugin-jsdoc": "^50.4.1",
    "eslint-plugin-jsx-a11y": "^6.10.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "7.37.1",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-testing-library": "^6.4.0",
    "git-directory-deploy": "1.5.1",
    "jest-canvas-mock": "^2.4.0",
    "jest-junit": "^16.0.0",
    "loglevel": "^1.6.6",
    "luxon": "^3.0.0",
    "mjml": "^4.10.2",
    "mjml-web": "^4.10.0",
    "prettier": "^3.0.0",
    "prettier-eslint": "^16.0.0",
    "raw-loader": "^4.0.2",
    "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"
  }
}