-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
269 lines (269 loc) · 7.59 KB
/
package.json
File metadata and controls
269 lines (269 loc) · 7.59 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
{
"author": "Jason Williscroft",
"auto-changelog": {
"output": "CHANGELOG.md",
"unreleased": true,
"commitLimit": false,
"hideCredit": true
},
"bugs": {
"url": "https://github.com/karmaniverous/hook-form-semantic/issues"
},
"dependencies": {
"radash": "^12.1.1"
},
"description": "React Hook Form components with Semantic UI React integration - date pickers, WYSIWYG editor, phone input, JSON editor, and more.",
"devDependencies": {
"@dotenvx/dotenvx": "^1.51.0",
"@eslint/js": "^9.37.0",
"@karmaniverous/rrstack": "^0.16.2",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.2",
"@rollup/plugin-typescript": "^12.1.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/draft-js": "^0.11.18",
"@types/draftjs-to-html": "^0.8.4",
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@types/google-libphonenumber": "^7.4.30",
"@types/html-to-draftjs": "^1.5.0",
"@types/node": "^24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/react-draft-wysiwyg": "^1.13.8",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/eslint-plugin": "^1.3.15",
"@wojtekmaj/react-daterange-picker": "^7.0.0",
"@wojtekmaj/react-datetimerange-picker": "^7.0.0",
"auto-changelog": "^2.5.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^6.1.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.4.0",
"google-libphonenumber": "^3.2.43",
"happy-dom": "^19.0.2",
"html-to-draftjs": "^1.5.0",
"knip": "^5.64.1",
"lefthook": "^1.13.6",
"less": "^4.4.1",
"prettier": "^3.6.2",
"react": "^18.3.1",
"react-calendar": "^6.0.0",
"react-clock": "^6.0.0",
"react-date-picker": "^12.0.1",
"react-datetime-picker": "^7.0.1",
"react-dom": "^18.3.1",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.64.0",
"react-international-phone": "^4.6.0",
"react-number-format": "^5.4.4",
"react-responsive": "^10.0.1",
"release-it": "^19.0.5",
"rimraf": "^6.0.1",
"rollup": "^4.52.4",
"rollup-plugin-dts": "^6.2.3",
"rollup-plugin-postcss": "^4.0.2",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^3.0.0-beta.2",
"tslib": "^2.8.1",
"tsx": "^4.20.6",
"typedoc": "^0.28.13",
"typedoc-plugin-mdn-links": "^5.0.9",
"typedoc-plugin-replace-text": "^4.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"vanilla-jsoneditor": "^3.10.0",
"vite": "^7.1.9",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/mjs/index.js"
}
},
"files": [
"dist"
],
"homepage": "https://github.com/karmaniverous/hook-form-semantic#readme",
"keywords": [
"components",
"date-picker",
"form-components",
"form-validation",
"json-editor",
"phone-input",
"react-hook-form",
"react",
"rrstack",
"rrule",
"semantic-ui-react",
"semantic-ui",
"typescript",
"ui-library",
"wysiwyg-editor"
],
"license": "BSD-3-Clause",
"module": "dist/mjs/index.js",
"name": "@karmaniverous/hook-form-semantic",
"peerDependencies": {
"@karmaniverous/rrstack": ">=0.16.2",
"@types/react": ">=18.0.0",
"@types/react-dom": ">=18.0.0",
"@wojtekmaj/react-daterange-picker": "^7.0.0",
"@wojtekmaj/react-datetimerange-picker": "^7.0.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"google-libphonenumber": "^3.2.43",
"html-to-draftjs": "^1.5.0",
"react": ">=18",
"react-calendar": "^6.0.0",
"react-clock": "^6.0.0",
"react-date-picker": "^12.0.1",
"react-datetime-picker": "^7.0.1",
"react-dom": ">=18",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": ">=7.63.0",
"react-international-phone": "^4.6.0",
"react-number-format": "^5.4.4",
"react-responsive": "^10.0.1",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": ">=3.0.0-beta.2",
"vanilla-jsoneditor": "^3.9.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@karmaniverous/rrstack": {
"optional": true
},
"@wojtekmaj/react-daterange-picker": {
"optional": true
},
"@wojtekmaj/react-datetimerange-picker": {
"optional": true
},
"draft-js": {
"optional": true
},
"draftjs-to-html": {
"optional": true
},
"google-libphonenumber": {
"optional": true
},
"html-to-draftjs": {
"optional": true
},
"react-calendar": {
"optional": true
},
"react-clock": {
"optional": true
},
"react-date-picker": {
"optional": true
},
"react-datetime-picker": {
"optional": true
},
"react-draft-wysiwyg": {
"optional": true
},
"react-international-phone": {
"optional": true
},
"react-number-format": {
"optional": true
},
"react-responsive": {
"optional": true
},
"semantic-ui-css": {
"optional": true
},
"vanilla-jsoneditor": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"release-it": {
"git": {
"changelog": "npx auto-changelog --stdout --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"commitMessage": "chore: release v${version}",
"requireBranch": "main"
},
"github": {
"release": true,
"autoGenerate": true,
"releaseName": "Release ${version}"
},
"hooks": {
"after:init": [
"npm run lint",
"npm run test",
"npm run knip",
"npm run build"
],
"before:npm:release": [
"npx auto-changelog -p",
"npm run docs",
"git add -A"
],
"after:release": [
"git switch -c release/${version}",
"git push -u origin release/${version}",
"git switch ${branchName}"
]
},
"npm": {
"publish": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/karmaniverous/hook-form-semantic.git"
},
"scripts": {
"bench": "vitest bench --run",
"build": "rimraf dist && tsx ./node_modules/rollup/dist/bin/rollup --config rollup.config.ts",
"changelog": "auto-changelog",
"dev": "vite --config playground/vite.config.ts",
"diagrams": "cd diagrams/src && (plantuml -tpng -o ../out -r . || echo \"PlantUML not found; skipping diagram generation\")",
"docs": "typedoc",
"knip": "knip",
"lint": "node --import tsx ./node_modules/eslint/bin/eslint.js .",
"lint:fix": "node --import tsx ./node_modules/eslint/bin/eslint.js --fix .",
"preview": "vite preview --config playground/vite.config.ts",
"release": "dotenvx run -f .env.local -- release-it",
"release:pre": "dotenvx run -f .env.local -- release-it --no-git.requireBranch --github.prerelease --preRelease",
"test": "vitest --run --coverage",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"typecheck": "tsc"
},
"sideEffects": false,
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/mjs/index.js",
"version": "0.4.9"
}