{
  "name": "@tribeplatform/react-ui-kit",
  "version": "3.1.1",
  "description": "Tribe Platform React UI Kit",
  "author": "Kamran Ghoochanian <kam@tribe.so>",
  "homepage": "https://gitlab.com/tribeplatform/tribe-neo#readme",
  "license": "ISC",
  "engines": {
    "node": ">=12.0.0"
  },
  "type": "module",
  "module": "./index.js",
  "main": "./index.cjs",
  "types": "./index.d.ts",
  "sideEffects": [
    "*.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/tribeplatform/tribe-neo.git"
  },
  "bugs": {
    "url": "https://gitlab.com/tribeplatform/tribe-neo/issues"
  },
  "dependencies": {
    "@floating-ui/core": "npm:@farzadsh/floating-ui-core@^0.4.1",
    "@floating-ui/react-dom": "npm:@farzadsh/floating-ui-react-dom@^0.4.4",
    "@headlessui/react": "^1.4.1",
    "@heroicons/react": "^1.0.5",
    "clsx": "^1.1.1",
    "fuzzysort": "^1.2.1",
    "raf-schd": "^4.0.3",
    "react-confirm": "^0.1.24",
    "react-hot-toast": "^2.1.1",
    "react-player": "^2.9.0",
    "react-range": "^1.8.11",
    "tailwind-merge": "^1.2.0"
  },
  "peerDependencies": {
    "@babel/core": "*",
    "autoprefixer": "*",
    "postcss": "*",
    "react": "*",
    "react-dom": "*",
    "webpack": "*"
  },
  "peerDependenciesMeta": {
    "@babel/core": {
      "optional": true
    },
    "autoprefixer": {
      "optional": true
    },
    "postcss": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.js"
    },
    "./*": {
      "require": "./*/index.cjs",
      "import": "./*/index.js"
    }
  }
}
