{
  "name": "@lobehub/fluent-emoji",
  "version": "1.0.1",
  "description": "Fluent Emoji are a collection of familiar, friendly, and modern emoji from Microsoft",
  "keywords": [
    "emoji",
    "fluent-emoji"
  ],
  "homepage": "https://github.com/lobehub/fluent-emoji",
  "bugs": {
    "url": "https://github.com/lobehub/fluent-emoji/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lobehub/fluent-emoji.git"
  },
  "license": "MIT",
  "author": "LobeHub <i@lobehub.com>",
  "sideEffects": false,
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es"
  ],
  "scripts": {
    "build": "father build",
    "build:static": "tsx ./scripts/groupAnim.ts",
    "ci": "npm run lint && npm run type-check",
    "clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "docs:build-analyze": "ANALYZE=1 dumi build",
    "docs:dev": "dumi dev",
    "doctor": "father doctor",
    "lint": "eslint \"{src,packages}/**/*.{js,jsx,ts,tsx}\" --fix",
    "lint:md": "remark . --quiet --frail --output",
    "prepare": "husky && npm run setup",
    "prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
    "reinstall": "npm run clean && lerna clean && rm -rf node_modules && npm run",
    "release": "semantic-release",
    "release:static": "multi-semantic-release",
    "setup": "dumi setup",
    "start": "npm run dev",
    "sync:cnpm": "cnpm sync @lobehub/fluent-emoji-mono @lobehub/fluent-emoji-flat @lobehub/fluent-emoji-modern @lobehub/fluent-emoji-anim-1 @lobehub/fluent-emoji-anim-2 @lobehub/fluent-emoji-anim-3 @lobehub/fluent-emoji-anim-4",
    "test": "vitest --passWithNoTests",
    "test:coverage": "vitest run --coverage  --passWithNoTests",
    "test:update": "vitest -u",
    "type-check": "tsc -p tsconfig-check.json"
  },
  "lint-staged": {
    "*.md": [
      "remark --quiet --output --",
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.json": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{js,jsx}": [
      "prettier --write",
      "stylelint --fix",
      "eslint --fix"
    ],
    "*.{ts,tsx}": [
      "prettier --parser=typescript --write",
      "stylelint --fix",
      "eslint --fix"
    ]
  },
  "dependencies": {
    "@lobehub/emojilib": "^1.0.0",
    "emoji-regex": "^10.4.0",
    "url-join": "^5.0.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.26.0",
    "@commitlint/cli": "^18.6.1",
    "@lobehub/lint": "^1.24.4",
    "@testing-library/react": "^14.3.1",
    "@types/lodash-es": "^4.17.12",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitest/coverage-v8": "~1.2.2",
    "babel-plugin-antd-style": "^1.0.4",
    "commitlint": "^18.6.1",
    "dumi": "^2.4.14",
    "dumi-theme-lobehub": "^1.10.9",
    "eslint": "^8.57.1",
    "father": "^4.5.1",
    "glob": "^10.4.5",
    "husky": "^9.1.7",
    "jsdom": "^23.2.0",
    "lint-staged": "^15.2.10",
    "lodash-es": "^4.17.21",
    "multi-semantic-release": "^3.0.2",
    "p-map": "^7.0.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-virtuoso": "^4.12.0",
    "remark": "^14.0.3",
    "remark-cli": "^11.0.0",
    "semantic-release": "^21.1.2",
    "sharp": "^0.33.5",
    "stylelint": "^15.11.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vitest": "~1.2.2"
  },
  "peerDependencies": {
    "@lobehub/ui": ">=1",
    "antd": ">=5",
    "antd-style": ">=3",
    "lucide-react": ">=0.396.0",
    "react": ">=18",
    "react-dom": ">=18",
    "react-layout-kit": ">=1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
