generated from ant-design/trigger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.57 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
{
"name": "@ant-design/v5-patch-for-react-19",
"version": "1.0.3",
"description": "Patch for antd v5 to support React 19",
"keywords": [
"antd",
"react"
],
"homepage": "https://github.com/ant-design/v5-patch-for-react-19",
"bugs": {
"url": "https://github.com/ant-design/v5-patch-for-react-19/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-design/v5-patch-for-react-19.git"
},
"license": "MIT",
"author": "",
"main": "./lib/index",
"module": "./es/index",
"files": [
"es",
"lib"
],
"scripts": {
"build": "dumi build",
"compile": "father build",
"coverage": "rc-test --coverage",
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"start": "dumi dev",
"test": "rc-test"
},
"dependencies": {},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^16.1.0",
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.15",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"antd": "^5.22.6",
"cross-env": "^7.0.1",
"dumi": "^2.1.0",
"eslint": "^8.51.0",
"father": "^4.0.0",
"np": "^6.2.0",
"rc-test": "^7.0.13",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.0.0"
},
"peerDependencies": {
"antd": ">=5.22.6",
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
"engines": {
"node": ">=12.x"
}
}