forked from ant-design/fast-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@ant-design/fast-color",
"version": "2.0.4",
"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 && np --yolo --no-publish",
"start": "dumi dev",
"test": "rc-test"
},
"dependencies": {
"@babel/runtime": "^7.24.7"
},
"devDependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@rc-component/father-plugin": "^1.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@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",
"np": "^10.0.5",
"rc-test": "^7.0.15",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=8.x"
}
}