UNPKG

react-color-strip

Version:

🎨 A minimal horizontal color picker strip component for React with draggable pointer support.

54 lines (53 loc) • 1.41 kB
{ "name": "react-color-strip", "version": "2.0.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "rollup": "rollup -c --bundleConfigAsCjs" }, "keywords": [ "color-picker", "color-strip", "slider", "hue-slider", "react-color-picker", "color-strip-picker" ], "author": "Aviral Jain", "license": "ISC", "description": "🎨 A minimal horizontal color picker strip component for React with draggable pointer support.", "files": [ "dist" ], "dependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19", "rollup": "^4.45.1" }, "devDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/aviralj02/react-color-strip.git" } }