{
  "name": "@tridentui/react",
  "version": "0.0.1",
  "license": "MIT",
  "description": "🚀 Beautiful and modern React UI library.",
  "homepage": "https://shahriaz.dev",
  "author": {
    "name": "Sharieaz Kavier",
    "email": "nextui.info@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/trident-ui/tridentui/issues/new/choose"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trident-ui/tridentui"
  },
  "keywords": [
    "trident",
    "trident ui",
    "components",
    "modern components",
    "react components",
    "react ui"
  ],
  "source": "src/index.ts",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "unpkg": "umd/tridentui.min.js",
  "types": "types/index.d.ts",
  "sideEffects": false,
  "scripts": {},
  "dependencies": {
    "@babel/runtime": "7.9.6",
    "@react-aria/button": "3.5.0",
    "@react-aria/checkbox": "3.4.0",
    "@react-aria/dialog": "3.2.0",
    "@react-aria/focus": "3.6.0",
    "@react-aria/i18n": "3.4.0",
    "@react-aria/interactions": "3.9.0",
    "@react-aria/label": "3.3.0",
    "@react-aria/menu": "3.5.0",
    "@react-aria/overlays": "3.9.0",
    "@react-aria/radio": "3.2.0",
    "@react-aria/ssr": "3.2.0",
    "@react-aria/table": "3.3.0",
    "@react-aria/utils": "3.13.0",
    "@react-aria/visually-hidden": "3.3.0",
    "@react-stately/checkbox": "3.1.0",
    "@react-stately/data": "3.5.0",
    "@react-stately/overlays": "3.3.0",
    "@react-stately/radio": "3.4.0",
    "@react-stately/table": "3.2.0",
    "@react-stately/toggle": "3.3.0",
    "@react-stately/tree": "3.3.0",
    "@react-types/button": "^3.5.0",
    "@react-types/checkbox": "3.3.0",
    "@react-types/grid": "3.1.0",
    "@react-types/menu": "3.6.0",
    "@react-types/overlays": "3.6.0",
    "@react-types/shared": "3.13.0",
    "@stitches/react": "1.2.8"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {}
}