UNPKG

react-star-rate

Version:

Lightweight, customizable star ratings component for React

75 lines (74 loc) 1.63 kB
{ "version": "0.2.0", "license": "MIT", "name": "react-star-rate", "author": "Raymon Zhang", "keywords": [ "react", "reactjs", "rating", "star", "input" ], "description": "Lightweight, customizable star ratings component for React", "repository": "raymon-zhang/react-star-rate", "sideEffects": false, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/react-star-rate.esm.js", "size-limit": [ { "path": "dist/react-star-rate.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/react-star-rate.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^4.10.2", "@types/react": "^17.0.6", "@types/react-dom": "^17.0.5", "husky": "^6.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "size-limit": "^4.10.2", "tsdx": "^0.14.1", "tslib": "^2.2.0", "typescript": "^4.2.4" }, "dependencies": { "goober": "^2.0.37" } }