|
221 | 221 | "build:vine": "microbundle --cwd vine --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,@vinejs/vine=vine",
|
222 | 222 | "build:fluentvalidation-ts": "microbundle --cwd fluentvalidation-ts --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
|
223 | 223 | "build:standard-schema": "microbundle --cwd standard-schema --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,@standard-schema/spec=standardSchema",
|
| 224 | + "prebuild": "node ./config/collect-peerdeps.js", |
224 | 225 | "postbuild": "node ./config/node-13-exports.js && check-export-map",
|
225 | 226 | "lint": "bunx @biomejs/biome check --write --vcs-use-ignore-file=true .",
|
226 | 227 | "lint:types": "tsc",
|
|
317 | 318 | "zod": "^3.24.2"
|
318 | 319 | },
|
319 | 320 | "peerDependencies": {
|
320 |
| - "react-hook-form": "^7.55.0" |
| 321 | + "react-hook-form": "^7.55.0", |
| 322 | + "@hookform/resolvers": "^2.0.0", |
| 323 | + "ajv": "^8.12.0", |
| 324 | + "ajv-errors": "^3.0.0", |
| 325 | + "arktype": "^2.0.0", |
| 326 | + "class-transformer": "^0.4.0", |
| 327 | + "class-validator": "^0.12.0", |
| 328 | + "effect": "^3.10.3", |
| 329 | + "fluentvalidation-ts": "^3.0.0", |
| 330 | + "io-ts": "^2.0.0", |
| 331 | + "fp-ts": "^2.7.0", |
| 332 | + "nope-validator": "^0.12.0", |
| 333 | + "@standard-schema/spec": "^1.0.0", |
| 334 | + "@standard-schema/utils": "^0.3.0", |
| 335 | + "superstruct": ">=0.12.0", |
| 336 | + "typanion": "^3.3.2", |
| 337 | + "@sinclair/typebox": "^0.25.24", |
| 338 | + "@typeschema/main": "^0.13.7", |
| 339 | + "valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc", |
| 340 | + "vest": ">=3.0.0", |
| 341 | + "@vinejs/vine": "^2.0.0" |
321 | 342 | },
|
322 | 343 | "dependencies": {
|
323 | 344 | "@standard-schema/utils": "^0.3.0"
|
|
0 commit comments