-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
58 lines (58 loc) · 1.16 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
{
"name": "@uiw-admin/exceptions",
"version": "6.1.3",
"description": "异常组件",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/Exceptions#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"lib",
"esm",
"src"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"design",
"uiw",
"uiw-react",
"uiw-admin",
"react.js",
"react",
"react-component",
"component",
"components",
"ui",
"css",
"uikit",
"react-ui",
"framework",
"front-end",
"frontend"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uiwjs/uiw-admin.git"
},
"peerDependencies": {
"react": ">=17.x",
"react-dom": ">=17.x",
"uiw": ">=4.x"
},
"dependencies": {
"@babel/runtime": "~7.20.0"
},
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "^6.8.0",
"react-router-dom": "^6.8.0",
"uiw": "^5.0.0-bate-5"
}
}