@vtaits/react-form-schema-base-ui
Version:
Structure of base ui-components to construct complex forms using @vtaits/form-schema
67 lines (66 loc) • 1.74 kB
JSON
{
"type": "module",
"name": "@vtaits/react-form-schema-base-ui",
"version": "1.1.0",
"description": "Structure of base ui-components to construct complex forms using @vtaits/form-schema",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"keywords": [
"react",
"react-hook-form",
"form",
"schama",
"serialization",
"parsing"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vtaits/form-schema.git"
},
"author": "Vadim Taits <taizvadim@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"build": "tsup",
"test:ts": "tsc",
"lint": "biome check src",
"lint:fix": "biome check src --write --unsafe",
"format": "biome format src --write",
"test:unit": "vitest run --coverage.enabled --coverage.all --coverage.include=src",
"test:unit:watch": "vitest",
"test": "bun run test:unit",
"prepare": "bun run clean && bun run build"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@storybook/react-vite": "^9.1.2",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitest/coverage-v8": "^3.2.4",
"happy-dom": "^18.0.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-select": "^5.10.2",
"tsup": "^8.5.0",
"typescript": "5.9.2",
"vitest": "^3.2.4"
},
"dependencies": {
"date-fns": "^4.1.0",
"select-async-paginate-model": "^1.0.0-alpha.2",
"use-select-async-paginate": "^1.0.0-alpha.3"
}
}