{
  "name": "@welcome-ui/emoji-picker",
  "version": "6.6.0",
  "description": "Customizable design system with react • styled-components • styled-system and ariakit.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./dist/index.doc.json": "./dist/index.doc.json"
  },
  "scripts": {
    "build": "node ../../scripts/build.js",
    "test": "jest",
    "types": "rimraf dist/types && tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "doc": "node -r esm ../../scripts/doc-props.js --name EmojiPicker"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WTTJ/welcome-ui.git"
  },
  "keywords": [
    "design-system",
    "react",
    "ariakit",
    "styled-components",
    "styled-system",
    "ui-library",
    "ui",
    "ux",
    "jungle",
    "welcome",
    "WTTJ"
  ],
  "author": "WTTJ <tech@wttj.co>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WTTJ/welcome-ui/issues"
  },
  "dependencies": {
    "@ariakit/react": "0.4.15",
    "@welcome-ui/box": "^6.1.1",
    "@welcome-ui/emoji": "^6.1.1",
    "@welcome-ui/icons": "^6.5.0",
    "@welcome-ui/input-text": "^6.6.0",
    "@welcome-ui/popover": "^6.6.0",
    "@welcome-ui/system": "^6.1.1",
    "@welcome-ui/tabs": "^6.6.0",
    "@welcome-ui/text": "^6.2.0",
    "@welcome-ui/utils": "^6.4.0",
    "lodash.debounce": "^4.0.8",
    "lodash.escaperegexp": "^4.1.2",
    "lodash.groupby": "^4.6.0",
    "popper.js": "^1.16.1",
    "react-window": "^1.8.9"
  },
  "peerDependencies": {
    "@xstyled/styled-components": "^3.7.3",
    "react": "^18.0.0",
    "styled-components": "^5.3.9"
  },
  "gitHead": "98c3a35d41d670e39b79776cbe549a72776e7368",
  "sideEffects": false,
  "homepage": "https://welcome-ui.com/components/emoji-picker"
}
