-
-
Notifications
You must be signed in to change notification settings - Fork 120
/
package.json
52 lines (52 loc) · 1007 Bytes
/
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
{
"name": "@uiw/react-form",
"version": "4.22.3",
"description": "Form component",
"author": "Kenny Wong <wowohoo@qq.com>",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"homepage": "https://uiwjs.github.io/#/components/form",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/uiw.git"
},
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"files": [
"dist.css",
"cjs",
"esm",
"src"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"form",
"react-form",
"design",
"uiw",
"uiw-react",
"react.js",
"react",
"react-component",
"component",
"components",
"ui",
"css",
"uikit",
"react-ui",
"framework",
"front-end",
"frontend"
],
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-grid": "^4.22.3",
"@uiw/react-input": "^4.22.3",
"@uiw/utils": "^4.22.3"
}
}