star-meter
Version:
A highly customizable React star rating component with support for half-stars, animations, and custom styling
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "star-meter",
"version": "1.0.2",
"description": "A highly customizable React star rating component with support for half-stars, animations, and custom styling",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"star-rating",
"rating",
"stars",
"component",
"react-component",
"half-star",
"animation",
"customizable",
"interactive"
],
"author": "Vvp",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/VVPLabs/Star-Meter"
},
"homepage": "https://github.com/VVPLabs/Star-Meter",
"bugs": {
"url": "https://github.com/VVPLabs/Star-Meter.git/issues"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-node-resolve": "^15.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
}
}