{
  "version": "4.18.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "homepage": "https://ealush.com/emoji-picker-react",
  "files": [
    "dist",
    "src"
  ],
  "description": "Emoji Picker component for React Applications on the web",
  "keywords": [
    "emoji-picker",
    "react-emoji-picker",
    "emoji",
    "emojis",
    "reactions",
    "reactions-picker",
    "emoji-reactions"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ealush/emoji-picker-react.git"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "yarn build:data:src && yarn type-check && tsdx build --transpileOnly && yarn build:data:dist",
    "type-check": "tsc --noEmit --incremental --pretty --project tsconfig.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:visual": "playwright test",
    "lint": "eslint ./src --ext .ts,.tsx",
    "prepare": "yarn build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "build:data:src": "tsc --project ./scripts/tsconfig.build.json && node ./scripts/dist/prepare.js",
    "build:data:dist": "tsc --project tsconfig.data.json && node ./scripts/copyData.js",
    "build:data": "yarn build:data:src && yarn build:data:dist",
    "storybook": "yarn build:data && storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true
  },
  "name": "emoji-picker-react",
  "author": "ealush",
  "module": "dist/emoji-picker-react.esm.js",
  "size-limit": [
    {
      "path": "dist/emoji-picker-react.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/emoji-picker-react.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.18.10",
    "@babel/preset-react": "^7.24.1",
    "@babel/preset-typescript": "^7.24.1",
    "@playwright/test": "^1.46.1",
    "@size-limit/preset-small-lib": "^8.0.1",
    "@storybook/addon-essentials": "^8.6.15",
    "@storybook/addon-info": "^5.3.21",
    "@storybook/addon-links": "^8.6.15",
    "@storybook/addon-webpack5-compiler-swc": "1.0.5",
    "@storybook/react": "^8.6.15",
    "@storybook/react-webpack5": "8.6.15",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.4.8",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "autoprefixer": "^10.4.8",
    "babel-loader": "^8.2.5",
    "cssnano": "^5.1.13",
    "emoji-datasource": "^16.0.0",
    "emojibase-data": "^15.3.0",
    "eslint-import-resolver-typescript": "^3.3.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "fs-extra": "^10.1.0",
    "glob": "^8.0.3",
    "husky": "^8.0.1",
    "jsdom": "^24.1.0",
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "rollup-plugin-svg": "^2.0.0",
    "size-limit": "^8.0.1",
    "storybook": "8.6.15",
    "tiny-invariant": "^1.2.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4",
    "vitest": "^2.0.5"
  },
  "dependencies": {
    "flairup": "1.0.0"
  }
}
