UNPKG

ratti

Version:

React Star Rating - Zero dependency, a highly-configurable, accessible rating component for React applications with TypeScript support.

58 lines 1.26 kB
{ "name": "ratti", "version": "1.0.1", "main": "dist/ratti.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": "./dist/ratti.es.js", "types": "./dist/index.d.ts" } }, "homepage": "ratti-rating.vercel.app", "repository": { "type": "git", "url": "https://github.com/yuskraft/ratti" }, "keywords": [ "react", "rating", "rating component", "react rating", "star-rating", "rating-star", "star-rating-component", "star rating", "star", "stars", "star component", "review", "react review" ], "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@biomejs/biome": "2.1.2", "@storybook/addon-docs": "^9.0.17", "@storybook/react-vite": "^9.0.17", "@types/node": "^22.13.10", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.7.0", "storybook": "^9.0.17", "vite": "^7.0.5", "vite-plugin-dts": "^4.5.4" }, "author": "Nurlan Yusifli", "scripts": { "build": "vite build", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "fix": "biome check --write ." } }