UNPKG

@mantine/colors-generator

Version:

A library to generate 10 shades of color based on provided color value

43 lines (42 loc) 964 B
{ "name": "@mantine/colors-generator", "version": "8.3.18", "description": "A library to generate 10 shades of color based on provided color value", "homepage": "https://mantine.dev", "license": "MIT", "author": "Vitaly Rtishchev <rtivital@gmail.com>", "keywords": [ "frontend", "hooks", "library", "next", "nextjs", "react", "react-hooks", "state" ], "sideEffects": false, "main": "./cjs/index.cjs", "module": "./esm/index.mjs", "types": "./lib/index.d.ts", "exports": { ".": { "import": { "types": "./lib/index.d.mts", "default": "./esm/index.mjs" }, "require": { "types": "./lib/index.d.ts", "default": "./cjs/index.cjs" } } }, "repository": { "url": "https://github.com/mantinedev/mantine.git", "type": "git", "directory": "packages/@mantine/colors-generator" }, "peerDependencies": { "chroma-js": ">=2.4.2" } }