forked from ant-design/pro-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) Β· 3.85 KB
/
Copy pathpackage.json
File metadata and controls
132 lines (132 loc) Β· 3.85 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@xxlabs/pro-components",
"version": "1.4.1",
"description": "Fork of @ant-design/pro-components focused on cleanup and evolution",
"keywords": [
"admin",
"ant-design",
"ant-design-pro",
"antd"
],
"homepage": "https://suxiuxing.github.io/pro-components/",
"bugs": "https://github.com/suxiuxing/pro-components",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/suxiuxing/pro-components.git"
},
"files": [
"dist",
"CHANGELOG.md",
"package.json",
"README.md"
],
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "rspress build",
"build:lib": "tsdown",
"dev": "rspress dev",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint --quiet",
"lint:fix": "oxlint --fix --quiet",
"prepare": "lefthook install",
"prepublishOnly": "pnpm run test && pnpm run build:lib",
"preview": "rspress preview",
"release": "semantic-release",
"test": "cross-env TZ=UTC vitest run",
"test:coverage": "cross-env TZ=UTC TEST_LOG=none vitest run --coverage",
"test:ui": "cross-env TZ=UTC vitest --ui",
"test:update": "cross-env TZ=UTC vitest -u",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@ant-design/cssinjs": "^2.1.2",
"@ant-design/icons": "^6.2.2",
"@ctrl/tinycolor": "^4.2.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/css": "^11.13.5",
"@rc-component/form": "^1.8.1",
"@rc-component/resize-observer": "^1.1.2",
"@rc-component/table": "^1.10.0",
"@rc-component/util": "^1.10.1",
"@umijs/route-utils": "^4.0.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"es-toolkit": "^1.46.1",
"nanoid": "^5.1.11",
"path-to-regexp": "^8.4.2",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-draggable": "^4.5.0",
"safe-stable-stringify": "^2.5.0",
"swr": "^2.4.1"
},
"devDependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/config-conventional": "^21.0.0",
"@commitlint/types": "^21.0.0",
"@rolldown/plugin-babel": "^0.2.3",
"@rspress/core": "^2.0.10",
"@rspress/plugin-api-docgen": "^2.0.10",
"@rspress/plugin-llms": "^2.0.10",
"@rspress/plugin-preview": "^2.0.10",
"@rspress/plugin-sitemap": "^2.0.10",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/strictest": "^2.0.8",
"@types/mockjs": "^1.0.10",
"@types/node": "^22.19.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/browser": "^4.1.5",
"@vitest/coverage-istanbul": "^4.1.5",
"@vitest/ui": "^4.1.5",
"antd": "^6.3.7",
"babel-plugin-react-compiler": "^1.0.0",
"cross-env": "^10.1.0",
"happy-dom": "^20.9.0",
"jest-canvas-mock": "^2.5.2",
"lefthook": "^2.1.6",
"mockdate": "^3.0.5",
"mockjs": "^1.1.0",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"react-markdown": "^10.1.0",
"semantic-release": "^25.0.3",
"tsdown": "^0.22.0",
"typescript": "^6.0.3",
"umi-request": "^1.4.0",
"vitest": "^4.1.5",
"xhr-mock": "^2.5.1"
},
"peerDependencies": {
"antd": ">=6.3.0",
"react": ">=19.2.6",
"react-dom": ">=19.2.6"
},
"engines": {
"node": ">=22.19.0"
},
"packageManager": "pnpm@11.0.9"
}