{
  "type": "module",
  "name": "@vtaits/react-form-schema-ui-vkui-v5",
  "version": "1.0.4",
  "description": "VKUI fields for @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",
    "vkui"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/vtaits/form-schema.git"
  },
  "author": "Vadim Taits <taizvadim@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsup",
    "test:ts": "tsc",
    "lint": "biome check src",
    "lint:fix": "biome check src --write --unsafe",
    "format": "biome format src --write",
    "test:unit": "",
    "test": "bun run lint && bun run test:ts",
    "prepare": "bun run build"
  },
  "peerDependencies": {
    "@vkontakte/icons": "^2.0.0",
    "@vkontakte/vkui": "^5.0.0",
    "@vtaits/react-form-schema-base-ui": "^1.0.0-alpha.12",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.0",
    "@storybook/react-vite": "^9.0.12",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vkontakte/icons": "^2.166.0",
    "@vkontakte/vkui": "^5.10.2",
    "@vtaits/form-schema": "^2.3.0-alpha.13",
    "@vtaits/react-form-schema-base-ui": "^1.0.0-alpha.12",
    "@vtaits/react-hook-form-schema": "^1.2.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "select-async-paginate-model": "^1.0.0-alpha.1",
    "tsup": "^8.5.0",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "date-fns": "^4.1.0",
    "select-async-paginate-vkui-v5": "^1.0.1"
  }
}
