{
  "name": "cozy-bar",
  "version": "35.2.18",
  "description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app",
  "main": "dist/index.js",
  "author": "Cozy Cloud <contact@cozycloud.cc> (https://cozy.io/)",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cozy/cozy-libs.git",
    "directory": "packages/cozy-bar"
  },
  "homepage": "https://github.com/cozy/cozy-libs/packages/cozy-bar",
  "bugs": {
    "url": "https://github.com/cozy/cozy-libs/issues"
  },
  "license": "MIT",
  "scripts": {
    "build": "yarn build:clean && babel --extensions .js,.jsx --ignore '**/*.spec.jsx','**/*.spec.js' ./src -d ./dist --copy-files",
    "build:clean": "rm -rf ./dist",
    "build:watch": "yarn build --watch",
    "prepublishOnly": "yarn build",
    "test": "jest --config=./jest.config.js",
    "test:watch": "yarn test --watchAll",
    "start": "yarn build:watch",
    "lint": "cd ../.. && yarn eslint --ext js,jsx,ts packages/cozy-bar"
  },
  "devDependencies": {
    "@babel/cli": "7.16.8",
    "@babel/core": "7.16.12",
    "@cozy/minilog": "^1.0.0",
    "@linagora/twake-icons": "^2.6.6",
    "@testing-library/jest-dom": "5.17.0",
    "@testing-library/react": "12.1.5",
    "babel-preset-cozy-app": "^2.8.4",
    "cozy-client": "^60.21.0",
    "cozy-dataproxy-lib": "^4.15.6",
    "cozy-device-helper": "2.6.0",
    "cozy-flags": "^4.6.1",
    "cozy-intent": "^2.29.1",
    "cozy-logger": "1.9.1",
    "cozy-realtime": "^4.0.5",
    "cozy-search": "^0.24.0",
    "cozy-ui": "^138.1.0",
    "cozy-ui-plus": "^12.3.10",
    "identity-obj-proxy": "3.0.0",
    "jest": "30.3.0",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-router-dom": "6.14.2",
    "stylus": "^0.64.0",
    "twake-i18n": "^0.3.0"
  },
  "dependencies": {
    "classnames": "^2.5.1",
    "lodash.set": "^4.3.2",
    "prop-types": "15.7.2"
  },
  "peerDependencies": {
    "@cozy/minilog": ">=1.0.0",
    "@linagora/twake-icons": ">=2.6.6",
    "cozy-client": ">=60.21.0",
    "cozy-dataproxy-lib": ">=4.1.0",
    "cozy-device-helper": ">=2.6.0",
    "cozy-flags": ">=4.6.1",
    "cozy-intent": ">=2.29.1",
    "cozy-realtime": ">=4.0.5",
    "cozy-search": ">=0.24.0",
    "cozy-ui": ">=138.1.0",
    "cozy-ui-plus": ">=6.0.0",
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18",
    "react-router-dom": ">=6.14.2",
    "twake-i18n": ">=0.3.0"
  },
  "gitHead": "1f5ca5edaf02675c51870c3d525eef0112781453"
}
