{
  "name": "@genusbiz/docs-tooltip",
  "description": "Tooltip component that fetches markdown documentation snippets from documentation site using docservice",
  "version": "2.1.0",
  "license": "ISC",
  "dependencies": {
    "@material-ui/core": "^4.4.3",
    "@material-ui/styles": "^4.4.3",
    "@mdi/font": "^4.4.95",
    "axios": "^0.19.0",
    "base64url": "^3.0.1",
    "marked": "^0.7.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-redux": "^7.1.1",
    "redux": "^4.0.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/genus/components/docs-tooltip.git"
  },
  "devDependencies": {
    "@genusbiz/dev-dependencies": "^3.8.1",
    "@genusbiz/eslint-config": "2.0.2",
    "@types/jest": "24.0.18",
    "@types/marked": "^0.6.5",
    "@types/node": "12.7.9",
    "@types/react": "16.9.4",
    "@types/react-dom": "16.9.1",
    "@types/react-redux": "^7.1.4",
    "typescript": "^3.6.3"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint:all": "node_modules/.bin/eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint": "yarn lint:all",
    "build": "webpack --config webpack.build.js",
    "dev": "webpack-dev-server --config webpack.dev.js --open"
  },
  "bugs": {
    "url": "https://gitlab.com/genus/components/docs-tooltip/issues"
  },
  "readme": "ERROR: No README data found!",
  "homepage": "https://gitlab.com/genus/components/docs-tooltip#readme",
  "_id": "@genusbiz/docs-tooltip@0.1.0"
}
