liveemoji
Version:
AniMoji is a React library offering animated emojis to enhance user interfaces, providing fun and creative components for any application.
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "liveemoji",
"version": "2.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"postbuild": "cp src/index.css dist/index.css && cp -r src/emojis dist/emojis"
},
"keywords": [
"emoji",
"react",
"nextjs",
"component-library",
"animated-emojis"
],
"author": "Amardeep Laskhkar",
"license": "ISC",
"description": "AniMoji is a React library offering animated emojis to enhance user interfaces, providing fun and creative components for any application.",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3",
"ts-node": "^10.9.2",
"tailwindcss": "^3.4.14"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"files": [
"dist",
"src/emojis",
"src/components",
"src/emojiData.ts"
]
}