UNPKG

react-tinted

Version:

A react wrapper for the Tinted color harmony wheel

48 lines (47 loc) 1.12 kB
{ "name": "react-tinted", "version": "0.0.3", "description": "A react wrapper for the Tinted color harmony wheel", "main": "dist/index.js", "repository": "https://github.com/zposten/react-tinted", "author": "Zach Posten <zach@posten.io>", "license": "MIT", "files": [ "dist/*" ], "scripts": { "build": "rollup --config", "watch": "rollup --config --watch" }, "dependencies": { "@babel/runtime": "^7.10.3", "chroma-js": "^2.1.0", "classnames": ">=2.0.0", "tinted": "^0.0.6" }, "peerDependencies": { "react": ">=16.8.3" }, "devDependencies": { "@babel/cli": "^7.10.3", "@babel/core": "^7.10.3", "@babel/plugin-transform-runtime": "^7.10.3", "@babel/preset-env": "^7.10.3", "@babel/preset-react": "^7.10.1", "@rollup/plugin-babel": "^5.0.4", "@rollup/plugin-commonjs": "^13.0.0", "@rollup/plugin-node-resolve": "^8.1.0", "react": "^16.13.1", "rollup": "^2.18.0" }, "keywords": [ "d3", "color", "color wheel", "color-wheel", "kuler", "react", "color harmony", "color harmony wheel" ] }