-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.78 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
{
"name": "hook-form-react",
"version": "2.3.1",
"keywords": [
"react",
"hooks",
"form",
"forms",
"form-validation",
"validation",
"react-hooks",
"react-hook-form",
"nextui",
"next ui",
"antd",
"mui",
"typescript"
],
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
},
"./Antd_5": {
"require": "./dist/Antd_5.cjs.js",
"import": "./dist/Antd_5.esm.js",
"types": "./dist/Antd_5.d.ts"
},
"./MUI_5": {
"require": "./dist/MUI_5.cjs.js",
"import": "./dist/MUI_5.esm.js",
"types": "./dist/MUI_5.d.ts"
}
},
"browser": "dist/index.umd.js",
"devDependencies": {
"@mui/material": "^5.15.14",
"@changesets/cli": "^2.27.1",
"@nextui-org/react": "^2.2.9",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/react": "^18.2.64",
"antd": "^5.15.2",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "^2.6.2",
"typedoc": "^0.25.11",
"typedoc-material-theme": "^1.0.2",
"typescript": "^5.2.2"
},
"scripts": {
"doc": "typedoc",
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.js",
"pretest": "pnpm run build",
"cha": "changeset",
"pub": "changeset version & changeset publish"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/luoanb/hook-form-react.git"
},
"author": "luoanbing",
"email": "luoanb@163.com",
"license": "MIT",
"dependencies": {}
}