emoji-rating-component
Version:
[//]: # (add badges) A reactjs emoji-based rating component based on [react-lottie](https://www.npmjs.com/package/react-lottie)
31 lines (30 loc) • 818 B
JSON
{
"name": "emoji-rating-component",
"version": "1.0.7",
"description": "",
"main": "index.js",
"scripts": {
"clean": "powershell Remove-Item -Recurse -Force ./dist | powershell Out-Null",
"build": "npm run clean && tsc && powershell Copy-Item -Path package.json,README.md -Destination ./dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@types/react-lottie": "^1.2.6",
"react-lottie": "^1.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ahmad-shoja/emoji-rating.git"
},
"keywords":[
"lottie","emoji","rating","react","hover","animated","type"
]
}