-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.85 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
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
{
"name": "@yookue/ant-buddy-pro",
"version": "0.1.149",
"title": "Ant Buddy Pro",
"description": "Awesome components based on React & Ant Design ProComponents",
"homepage": "https://yookue.github.io/ant-buddy-pro",
"organization": "Yookue Ltd",
"private": false,
"license": "MIT",
"keywords": [
"ant-buddy",
"ant-buddy-pro",
"antd",
"ant-design",
"ant-design-pro",
"ant-design-pro-components",
"admin",
"dashboard"
],
"files": [
"dist"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/umd/ant-buddy-pro.min.js",
"types": "dist/esm/index.d.ts",
"sideEffects": [
"**/*.less"
],
"scripts": {
"start": "set NODE_OPTIONS=--openssl-legacy-provider && dumi dev",
"build": "del-cli ./dist && father build",
"build:doctor": "father doctor",
"build:watch": "father dev",
"docs:build": "set NODE_OPTIONS=--openssl-legacy-provider && del-cli ./docs-dist && dumi build",
"docs:publish": "gh-pages -d ./docs-dist",
"lint": "npm run lint:script && npm run lint:style",
"lint:script": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"lint:style": "stylelint \"{src,test}/**/*.{css,less}\""
},
"dependencies": {
"@ant-design/icons": "^4.8.3",
"@ant-design/pro-components": "^1.1.25",
"@babel/runtime": "^7.26.0",
"@emotion/css": "^11.13.0",
"@yookue/react-condition": "~0.1.21",
"@yookue/ts-lang-utils": "~0.1.75",
"@yookue/ts-multi-map": "~0.1.31",
"antd-img-crop": "^4.24.0",
"cron-validate": "^1.4.5",
"object-hash": "^3.0.0",
"rc-scrollbars": "^1.1.6",
"rc-tween-one": "^3.0.6",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"screenfull": "^6.0.2"
},
"devDependencies": {
"@types/object-hash": "^3.0.6",
"@types/react": "^18.2.0",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@yookue/babel-plugin-remove-comment": "~0.1.5",
"babel-plugin-import": "^1.13.8",
"del-cli": "^6.0.0",
"dumi": "^1.1.54",
"father": "^4.5.1",
"gh-pages": "^6.2.0",
"stylelint-config-standard-less": "^3.0.1",
"typescript": "^4.9.5"
},
"overrides": {
"antd": "^4.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"typescript": ">= 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yookue/ant-buddy-pro.git"
},
"bugs": {
"url": "https://github.com/yookue/ant-buddy-pro/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"collective": {
"url": "https://opencollective.com/yookue-awesome"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/yookue-awesome"
},
{
"type": "individual",
"url": "https://yookue.com/public/donate"
}
],
"browserslist": {
"production": [
"> 0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"author": {
"name": "Yookue Ltd",
"email": "[email protected]",
"url": "https://yookue.com"
},
"contributors": [
{
"name": "David Hsing",
"email": "[email protected]",
"url": "https://github.com/davidhsing"
}
]
}