UNPKG

new-react-stars

Version:

Simple star rating component for your React projects

55 lines (54 loc) 1.58 kB
{ "name": "new-react-stars", "version": "2.2.8", "description": "Simple star rating component for your React projects", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/iquirino/react-stars.git", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "keywords": [ "star", "rating", "react", "star", "rating", "component", "raty" ], "author": "Igor Quirino", "license": "ISC", "devDependencies": { "@chromatic-com/storybook": "^3.2.5", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@storybook/addon-essentials": "^8.6.4", "@storybook/addon-interactions": "^8.6.4", "@storybook/addon-onboarding": "^8.6.4", "@storybook/addon-webpack5-compiler-swc": "^2.1.0", "@storybook/blocks": "^8.6.4", "@storybook/react": "^8.6.4", "@storybook/react-webpack5": "^8.6.4", "@storybook/test": "^8.6.4", "@types/react": "^19.0.10", "prop-types": "^15.8.1", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup": "^4.34.9", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "storybook": "^8.6.4", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }