{
  "name": "@apptane/react-ui-cue",
  "description": "Visual cue component in Apptane React UI framework",
  "license": "Apache-2.0",
  "version": "2.0.2",
  "homepage": "https://github.com/apptane/react-ui/tree/master/packages/cue#readme",
  "author": "Oleg Grodzevich <oleg@apptane.com>",
  "keywords": [
    "apptane",
    "ui",
    "react",
    "cue"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apptane/react-ui.git",
    "directory": "packages/cue"
  },
  "bugs": {
    "url": "https://github.com/apptane/react-ui/issues"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/types/index.d.ts",
  "exports": "./dist/index.js",
  "devExports": {
    ".": "./index.ts"
  },
  "engines": {
    "node": ">=14.16"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "react": "17.0.2",
    "react-dom": "17.0.2"
  },
  "dependencies": {
    "@apptane/react-ui-behaviors": "^2.0.2",
    "@apptane/react-ui-core": "^2.0.2",
    "@apptane/react-ui-icon": "^2.0.2",
    "@apptane/react-ui-theme": "^2.0.2",
    "@apptane/react-ui-tooltip": "^2.0.2",
    "@apptane/react-ui-typography": "^2.0.2",
    "@babel/runtime": "7.17.2",
    "@emotion/core": "11.0.0",
    "@emotion/react": "11.8.1",
    "@types/prop-types": "15.7.4",
    "@types/react": "17.0.39",
    "prop-types": "15.8.1"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "clean": "rimraf dist",
    "clean-modules": "rimraf node_modules",
    "build": "concurrently pnpm:build:*",
    "lint": "concurrently pnpm:lint:*",
    "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist --source-maps",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc.yml",
    "lint:types": "tsc --noEmit"
  },
  "readme": "# @apptane/react-ui-cue\n\nVisual cue component in the Apptane React UI framework. An icon with a tooltip displayed on click or hover.\n"
}