react-awesome-stars
Version:
A flexible and customizable star rating component for React applications
72 lines (71 loc) • 1.9 kB
JSON
{
"name": "react-awesome-stars",
"version": "1.1.0",
"type": "module",
"description": "A flexible and customizable star rating component for React applications",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"type-check": "tsc --noEmit"
},
"keywords": [
"react",
"star",
"rating",
"component",
"typescript",
"interactive",
"customizable",
"half-stars",
"tooltip",
"animation"
],
"author": "Emmanuel Owolabi <owoemma59@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nametheman/react-awesome-stars.git"
},
"bugs": {
"url": "https://github.com/nametheman/react-awesome-stars/issues"
},
"homepage": "https://github.com/nametheman/react-awesome-stars#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"rimraf": "^5.0.0",
"rollup": "^3.0.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}