1 | {
|
2 | "name": "@ant-design/colors",
|
3 | "version": "7.0.0",
|
4 | "description": "Color palettes calculator of Ant Design",
|
5 | "homepage": "https://github.com/ant-design/ant-design-colors#readme",
|
6 | "bugs": {
|
7 | "url": "https://github.com/ant-design/ant-design-colors/issues"
|
8 | },
|
9 | "repository": {
|
10 | "type": "git",
|
11 | "url": "git+https://github.com/ant-design/ant-design-colors.git"
|
12 | },
|
13 | "license": "MIT",
|
14 | "author": "afc163 <afc163@gmail.com>",
|
15 | "main": "./lib/index",
|
16 | "module": "./es/index",
|
17 | "typings": "es/index.d.ts",
|
18 | "files": [
|
19 | "lib",
|
20 | "es"
|
21 | ],
|
22 | "scripts": {
|
23 | "compile": "father build",
|
24 | "coverage": "npm test -- --coverage && coveralls < coverage/lcov.info",
|
25 | "lint": "eslint src --ext .ts",
|
26 | "prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
|
27 | "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
28 | "test": "jest"
|
29 | },
|
30 | "dependencies": {
|
31 | "@ctrl/tinycolor": "^3.4.0"
|
32 | },
|
33 | "devDependencies": {
|
34 | "@types/jest": "^26.0.0",
|
35 | "@umijs/fabric": "^3.0.0",
|
36 | "coveralls": "^3.1.1",
|
37 | "eslint": "^7.1.0",
|
38 | "father": "^4.1.2",
|
39 | "jest": "^26.0.1",
|
40 | "np": "^7.0.0",
|
41 | "prettier": "^2.0.0",
|
42 | "ts-jest": "^26.0.0",
|
43 | "typescript": "^4.0.2"
|
44 | }
|
45 | }
|