123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@ant-design/colors",
- "version": "7.0.0",
- "description": "Color palettes calculator of Ant Design",
- "homepage": "https://github.com/ant-design/ant-design-colors#readme",
- "bugs": {
- "url": "https://github.com/ant-design/ant-design-colors/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ant-design/ant-design-colors.git"
- },
- "license": "MIT",
- "author": "afc163 <afc163@gmail.com>",
- "main": "./lib/index",
- "module": "./es/index",
- "typings": "es/index.d.ts",
- "files": [
- "lib",
- "es"
- ],
- "scripts": {
- "compile": "father build",
- "coverage": "npm test -- --coverage && coveralls < coverage/lcov.info",
- "lint": "eslint src --ext .ts",
- "prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
- "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
- "test": "jest"
- },
- "dependencies": {
- "@ctrl/tinycolor": "^3.4.0"
- },
- "devDependencies": {
- "@types/jest": "^26.0.0",
- "@umijs/fabric": "^3.0.0",
- "coveralls": "^3.1.1",
- "eslint": "^7.1.0",
- "father": "^4.1.2",
- "jest": "^26.0.1",
- "np": "^7.0.0",
- "prettier": "^2.0.0",
- "ts-jest": "^26.0.0",
- "typescript": "^4.0.2"
- }
- }
|