@lobehub/fluent-emoji
Version:
Fluent Emoji are a collection of familiar, friendly, and modern emoji from Microsoft
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "@lobehub/fluent-emoji",
"version": "1.2.0",
"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"
],
"dependencies": {
"@lobehub/emojilib": "^1.0.0",
"@lobehub/ui": "^1.161.0",
"antd-style": "^3.7.1",
"emoji-regex": "^10.4.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.469.0",
"react-layout-kit": "^1.9.1",
"url-join": "^5.0.0"
},
"peerDependencies": {
"antd": "^5.23.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}