-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 894 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 894 Bytes
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
{
"name": "@quansitech/antd-admin",
"version": "1.3.2",
"type": "module",
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"build": "father build",
"dev": "father dev"
},
"dependencies": {
"@ant-design/pro-components": "^2.7.15",
"@inertiajs/react": "^1.2.0 || ^2.0.0",
"antd-img-crop": "^4.23.0",
"axios": "^1.7.7",
"es-toolkit": "^1.26.1",
"js-md5": "^0.8.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"antd": "~5.24.9"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"father": "^4.5.1",
"jest": "^29.7.0",
"sass-embedded": "^1.80.6",
"typescript": "^5.6.3"
},
"author": "958691165@qq.com",
"license": "MIT",
"description": "qscmf antd-admin前端组件",
"publishConfig": {
"access": "public"
}
}