-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.73 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
{
"name": "@yookue/ant-buddy-pro",
"version": "0.2.0",
"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}\"",
"prepare": "dumi setup"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.8.1",
"@babel/runtime": "^7.26.0",
"@emotion/css": "^11.13.0",
"@yookue/react-condition": "^0.2.0",
"@yookue/ts-lang-utils": "^0.2.0",
"@yookue/ts-multi-map": "^0.2.0",
"antd-img-crop": "^4.23.0",
"antd-style": "^3.7.1",
"object-hash": "^3.0.0",
"rc-scrollbars": "^1.1.6",
"rc-tween-one": "^3.0.6",
"react-color": "^2.19.3",
"screenfull": "^6.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@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": "^8.13.0",
"@yookue/babel-plugin-remove-comment": "^0.2.0",
"del-cli": "^6.0.0",
"dumi": "^2.4.13",
"father": "^4.5.1",
"gh-pages": "^6.2.0",
"globals": "^15.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stylelint-config-standard-less": "^3.0.1",
"typescript": "^5.6.3"
},
"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"
}
]
}