dynamic-rating-stars
Version:
A simple rating stars component for React with hoverable and static modes.
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "dynamic-rating-stars",
"version": "1.0.0",
"description": "A simple rating stars component for React with hoverable and static modes.",
"repository": {
"type": "git",
"url": "https://github.com/Kennybabs-py/react-rating-stars-library.git"
},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"keywords": [
"react",
"rating",
"stars",
"rating-stars",
"rating-stars-react",
"react-rating-stars"
],
"author": "Kehinde Babalola",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.7",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"dependencies": {
"react-icons": "^5.2.1"
}
}