@chayns-components/emoji-input
Version:
Input field that supports HTML elements and emojis
94 lines (93 loc) • 2.95 kB
JSON
{
"name": "@chayns-components/emoji-input",
"version": "5.4.13",
"description": "Input field that supports HTML elements and emojis",
"sideEffects": false,
"browserslist": [
">0.5%",
"not dead",
"not op_mini all",
"not IE 11"
],
"keywords": [
"chayns",
"react",
"components",
"emoji",
"input",
"element"
],
"author": "Tobit.Software",
"homepage": "https://github.com/TobitSoftware/chayns-components/tree/main/packages/emoji-input#readme",
"license": "MIT",
"types": "lib/types/index.d.ts",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"node": "./lib/cjs/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
}
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"AGENTS.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TobitSoftware/chayns-components.git"
},
"scripts": {
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
"build:types": "tsc",
"build:cjs": "cross-env NODE_ENV=cjs babel src --out-dir lib/cjs --extensions=.ts,.tsx --source-maps --ignore=src/stories --copy-files",
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir lib/esm --extensions=.ts,.tsx --source-maps --ignore=src/stories --copy-files",
"watch:js": "npm run build:esm -- --watch",
"link": "npm link && npm run watch:js"
},
"bugs": {
"url": "https://github.com/TobitSoftware/chayns-components/issues"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/styled-components": "^5.1.36",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"lerna": "^8.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.3.9",
"typescript": "^5.9.3"
},
"dependencies": {
"@chayns-components/core": "^5.4.13",
"@chayns-components/textstring": "^5.2.5",
"emojilib": "^3.0.12",
"react-compiler-runtime": "^1.0.0",
"unicode-emoji-json": "^0.9.0"
},
"peerDependencies": {
"chayns-api": ">=2.2.0",
"motion": ">=12.4.1",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"styled-components": ">=5.3.11"
},
"publishConfig": {
"access": "public"
},
"gitHead": "dea3473a827b220aeaf2b4abf64e9ccbe7c17223"
}