{
  "name": "koval-ui",
  "homepage": "https://koval.support",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morewings/koval-ui.git"
  },
  "bugs": {
    "url": "https://github.com/morewings/koval-ui/issues"
  },
  "license": "MIT",
  "private": false,
  "version": "0.20.7",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./dist/": {
      "import": "./dist/",
      "require": "./dist/"
    }
  },
  "keywords": [
    "react",
    "components-library",
    "css",
    "layout",
    "stylelint",
    "typescript",
    "post-css"
  ],
  "description": "React components collection with minimalistic design. Supports theming, layout, and input validation.",
  "scripts": {
    "dev": "vite",
    "clean:lib": "rm -rf dist",
    "build:lib": "vite build",
    "build": "run-s clean:lib build:lib",
    "lint:code": "eslint src/** --report-unused-disable-directives",
    "fix:code": "run-s 'lint:code --fix'",
    "lint:types": "tsc --pretty --noEmit",
    "convert:theme": "tsx ./convertTheme.ts",
    "lint:commits": "commitlint",
    "lint:style": "stylelint ./src/**/*.css",
    "fix:style": "run-s 'lint:style --fix'",
    "fix:mdx": "prettier ./src/**/*.mdx --write --check",
    "test": "jest",
    "coverage": "run-s 'test --coverage'",
    "preview": "vite preview",
    "start:docs": "storybook dev -p 6006 --no-open",
    "build:docs": "storybook build",
    "generate:component": "npx generate-react-cli component",
    "generate:input": "npx generate-react-cli component --type=input",
    "generate:global": "npx generate-react-cli component --type=global",
    "generate:icon": "npx generate-react-cli component --type=icon --flat",
    "commitlint": "commitlint",
    "semantic-release": "semantic-release",
    "chromatic": "chromatic --exit-zero-on-changes --only-changed",
    "prepare": "is-ci || husky",
    "lint-staged": "lint-staged"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "@floating-ui/react-dom": "^2.1.7",
    "@fontsource-variable/rubik": "^5.2.8",
    "@material-symbols/svg-700": "^0.31.0",
    "@phosphor-icons/core": "^2.1.1",
    "@tanstack/react-table": "^8.21.3",
    "@tanstack/react-virtual": "^3.13.18",
    "awesome-debounce-promise": "^2.1.0",
    "classnames": "^2.5.1",
    "css-vars-hook": "0.8.4",
    "use-debounce": "^10.0.4"
  },
  "devDependencies": {
    "@commitlint/cli": "20.4.1",
    "@commitlint/config-conventional": "20.4.1",
    "@eslint/compat": "1.4.1",
    "@eslint/js": "9.23.0",
    "@faker-js/faker": "9.9.0",
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "12.0.6",
    "@semantic-release/npm": "13.1.4",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@storybook/addon-essentials": "8.6.14",
    "@storybook/addon-interactions": "8.6.14",
    "@storybook/addon-links": "8.6.15",
    "@storybook/addon-storysource": "8.6.14",
    "@storybook/blocks": "8.6.14",
    "@storybook/builder-vite": "8.6.15",
    "@storybook/components": "8.6.14",
    "@storybook/core-events": "8.6.14",
    "@storybook/icons": "1.6.0",
    "@storybook/manager-api": "8.6.14",
    "@storybook/preview-api": "8.6.14",
    "@storybook/react": "8.6.15",
    "@storybook/react-vite": "8.6.15",
    "@storybook/test": "8.6.15",
    "@storybook/theming": "8.6.14",
    "@storybook/types": "8.6.14",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.2",
    "@types/jest": "30.0.0",
    "@types/node": "24.10.4",
    "@types/react": "18.3.23",
    "@types/react-dom": "18.3.7",
    "@typescript-eslint/eslint-plugin": "8.55.0",
    "@typescript-eslint/parser": "8.55.0",
    "@vitejs/plugin-react": "4.7.0",
    "@yelo/rollup-node-external": "1.0.1",
    "alias-kitchen": "0.2.4",
    "chromatic": "12.2.0",
    "commitizen": "4.3.1",
    "commitlint": "20.4.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "9.24.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "5.2.0",
    "eslint-plugin-react-refresh": "0.4.24",
    "eslint-plugin-ssr-friendly": "1.3.0",
    "eslint-plugin-storybook": "0.12.0",
    "generate-react-cli": "8.4.9",
    "husky": "9.1.7",
    "identity-obj-proxy": "3.0.0",
    "is-ci": "4.1.0",
    "jest": "30.2.0",
    "jest-environment-jsdom": "30.2.0",
    "lint-staged": "15.5.2",
    "npm-run-all2": "7.0.2",
    "postcss": "8.5.6",
    "postcss-preset-env": "10.1.5",
    "prettier": "3.5.3",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "semantic-release": "25.0.3",
    "storybook": "8.6.15",
    "storybook-addon-theme-provider": "0.2.10",
    "stylelint": "16.17.0",
    "stylelint-config-standard": "37.0.0",
    "stylelint-order": "6.0.4",
    "stylelint-prettier": "5.0.3",
    "ts-jest": "29.3.4",
    "ts-node": "10.9.2",
    "tsx": "4.19.4",
    "typescript": "5.9.3",
    "typescript-eslint": "8.55.0",
    "unique-names-generator": "4.7.1",
    "vite": "7.1.11",
    "vite-plugin-dts": "4.5.4",
    "vite-plugin-svgr": "4.3.0"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild",
      "unrs-resolver"
    ]
  }
}
