{
  "name": "@zanichelli/idp-login-topbar",
  "version": "5.0.0",
  "description": "Idp Login Topbar",
  "main": "./dist/wc/index.cjs.js",
  "module": "./dist/wc/index.js",
  "es2015": "./dist/wc/index.js",
  "es2017": "./dist/wc/index.js",
  "types": "./dist/wc/types/index.d.ts",
  "collection": "./dist/wc/collection/collection-manifest.json",
  "collection:main": "./dist/wc/collection/index.js",
  "unpkg": "./dist/wc/idp-login-topbar/idp-login-topbar.esm.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "inst": "yarn && yarn inst:wc && yarn inst:react",
    "inst:wc": "cd components-library && yarn",
    "inst:react": "cd components-library-react && yarn",
    "build": "yarn build:wc && yarn build:react",
    "build:wc": "cd components-library && yarn build",
    "build:react": "cd components-library-react && yarn build",
    "test": "cd components-library && yarn test",
    "release": "yarn build && yarn publish --registry https://registry.npmjs.com --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/zanichelli/idp-login-topbar.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://bitbucket.org/zanichelli/idp-login-topbar/issues"
  },
  "homepage": "https://bitbucket.org/zanichelli/idp-login-topbar#readme",
  "dependencies": {
    "@stencil/store": "^2.2.2",
    "@zanichelli/zanichelli-appswitcher": "^3.0.4",
    "@zanichelli/zanichelli-lrs-client": "1.3.0",
    "@zanichelli/zanichelli-notifiche": "1.0.5",
    "i18next": "^26.0.4",
    "i18next-browser-languagedetector": "^8.2.1"
  },
  "devDependencies": {
    "@zanichelli/albe-web-components": ">=19.2.4",
    "@zanichelli/zanichelli-appswitcher": "^3.0.4",
    "react": ">=16.7.0",
    "react-dom": ">=16.7.0"
  },
  "peerDependencies": {
    "@zanichelli/albe-web-components": ">=19.2.4",
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "peerDependenciesMeta": {
    "@zanichelli/albe-web-components": {
      "optional": false
    }
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
