react-number-rating
Version:
Lightweight and customizable rating component for React apps. Supports numeric and color-coded scales from 1 to 10.
70 lines (69 loc) • 1.75 kB
JSON
{
"name": "react-number-rating",
"version": "0.1.10",
"description": "Lightweight and customizable rating component for React apps. Supports numeric and color-coded scales from 1 to 10.",
"main": "dist/main.js",
"module": "dist/main.js",
"peerDependencies": {
"react": "^18.0.0 || ^17.0.0",
"react-dom": "^18.0.0 || ^17.0.0"
},
"dependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "babel src --out-dir dist --copy-files"
},
"author": "Rajkumar",
"license": "ISC",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1"
},
"keywords": [
"react",
"react-component",
"react-rating",
"number rating",
"custom rating",
"react-number-rating",
"1-10 rating",
"numeric rating",
"color rating",
"rating UI"
],
"repository": {
"type": "git",
"url": "https://github.com/Rajkumar5068689/react-rating"
}
}