@chepchik/react-rating
Version:
React Rating is a react rating component which supports custom symbols both with inline styles and icon.
52 lines (51 loc) • 1.04 kB
JSON
{
"name": "@chepchik/react-rating",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "https://github.com/ChePchik/react-rating.git"
},
"main": "./dist/my-library.cjs.js",
"module": "./dist/my-library.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"rating",
"react",
"component",
"react-component",
"react rating",
"react-rating",
"rating star",
"rating-star",
"rating-component",
"rating component",
"stars",
"star",
"star-component",
"star component"
],
"scripts": {
"build": "tsc && vite build",
"prepare": "npm run build",
"release": "standard-version",
"postrelease": "git push --follow-tags origin main && npm publish"
},
"author": "",
"license": "MIT",
"description": "",
"devDependencies": {
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@vitejs/plugin-react": "^4.3.4",
"standard-version": "^9.5.0",
"typescript": "^5.8.2",
"vite": "^6.2.4"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}