@ant-design/fast-color
Version:
fast and small color class
63 lines (62 loc) • 1.48 kB
JSON
{
"name": "@ant-design/fast-color",
"version": "3.0.1",
"description": "fast and small color class",
"keywords": [
"react",
"react-component",
"react-trigger",
"trigger"
],
"homepage": "https://github.com/ant-design/fast-color",
"bugs": {
"url": "https://github.com/ant-design/fast-color/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-design/fast-color.git"
},
"license": "MIT",
"author": {
"name": "Guo Yunhe",
"email": "i@guoyunhe.me",
"url": "https://guoyunhe.me/"
},
"main": "./lib/index",
"module": "./es/index",
"files": [
"es",
"lib"
],
"scripts": {
"bench": "vitest bench",
"build": "dumi build",
"compile": "father build",
"coverage": "rc-test --coverage",
"lint": "eslint src/ tests/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && rc-np",
"start": "dumi dev",
"test": "rc-test"
},
"dependencies": {},
"devDependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@rc-component/father-plugin": "^2.0.4",
"@rc-component/np": "^1.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"@umijs/fabric": "^4.0.1",
"color2k": "^2.0.3",
"cross-env": "^7.0.3",
"dumi": "^2.3.8",
"eslint": "^8.57.0",
"father": "^4.4.4",
"rc-test": "^7.0.15",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=8.x"
}
}