UNPKG

sanity-plugin-simple-star-rating

Version:
44 lines 1.15 kB
{ "name": "sanity-plugin-simple-star-rating", "private": false, "version": "0.1.6", "description": "A Sanity.io star rating input component.", "repository": { "type": "git", "url": "git+https://github.com/colettewilson/simpleStarRating.git" }, "keywords": [ "sanity", "sanityio", "sanity.io", "rating", "star rating", "simple star rating" ], "author": "Colette Wilson Wyatt <hello@colette.dev>", "license": "MIT", "bugs": { "url": "https://github.com/colettewilson/simpleStarRating/issues" }, "homepage": "https://github.com/colettewilson/simpleStarRating#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "6.24.1" }, "main": "index.js", "scripts": { "build": "babel src -d lib --copy-files", "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { "@sanity/components": "^0.144.0", "@sanity/form-builder": "^0.144.0", "prop-types": "^15.7.2", "react": "^16.12.0" }, "dependencies": { "react-icons": "^3.11.0" } }