{
  "name": "@yobta/ui",
  "version": "0.0.51",
  "description": "ui",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "test": "vitest src --coverage --run",
    "test:watch": "vitest --coverage src",
    "check-all": "npm run test && eslint src && check-dts && size-limit && yaspeller *.md",
    "spellcheck": "yaspeller *.md",
    "typecheck": "tsc --noEmit",
    "storybook": "start-storybook -p 6006 --no-manager-cache",
    "build-storybook": "BASE_URL=/ui/ build-storybook",
    "ncu": "ncu -u",
    "deploy-storybook": "gh-pages -d storybook-static"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./lib/index.d.ts",
  "typesVersions": {
    "*": {
      "react": [
        "./lib/adapters/react/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": "./lib/index.js",
    "./tailwind-preset": "./lib/tailwind-preset/index.cjs",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": "^14.0.0 || >=16.0.0"
  },
  "dependencies": {
    "@yobta/stores": "0.0.22",
    "clsx": "^1.2.1",
    "nanoid": "^4.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.9",
    "@logux/eslint-config": "^47.2.0",
    "@storybook/addon-actions": "^6.5.9",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addon-interactions": "^6.5.9",
    "@storybook/addon-links": "^6.5.9",
    "@storybook/builder-vite": "^0.2.0",
    "@storybook/react": "^6.5.9",
    "@storybook/testing-library": "^0.0.13",
    "@testing-library/react": "^13.3.0",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.30.7",
    "@typescript-eslint/parser": "^5.30.7",
    "@vitejs/plugin-react": "^2.0.0",
    "autoprefixer": "^10.4.7",
    "babel-loader": "^8.2.5",
    "eslint": "^8.20.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prefer-let": "^3.0.1",
    "eslint-plugin-promise": "^6.0.0",
    "gh-pages": "^4.0.0",
    "happy-dom": "^6.0.4",
    "npm-check-updates": "^15.3.4",
    "postcss": "^8.4.14",
    "react-dom": "^18.2.0",
    "storybook-dark-mode": "^1.1.0",
    "tailwindcss": "^3.1.6",
    "typescript": "^4.7.4",
    "vite": "^3.0.2",
    "vitest": "^0.18.1",
    "yaspeller": "^8.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yobta/ui.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yobta/ui/issues"
  },
  "homepage": "https://github.com/yobta/ui#readme",
  "simple-git-hooks": {
    "pre-commit": "./node_modules/.bin/lint-staged"
  },
  "lint-staged": {
    "*.md": "yaspeller",
    "*.js": "prettier --write",
    "*.ts": "prettier --write"
  },
  "prettier": {
    "arrowParens": "avoid",
    "jsxSingleQuote": false,
    "quoteProps": "consistent",
    "semi": false,
    "singleQuote": true,
    "trailingComma": "none"
  },
  "eslintConfig": {
    "extends": "@logux/eslint-config/ts"
  },
  "eslintIgnore": [
    "lib",
    "node_modules",
    "storybook-static",
    "**/errors.ts"
  ],
  "clean-publish": {
    "cleanDocs": true
  },
  "publishConfig": {
    "access": "public"
  },
  "yaspeller": {
    "lang": "en",
    "ignoreCapitalization": true,
    "ignoreText": [
      " \\(by [^)]+\\).",
      "entypo",
      "popover",
      "webkit",
      "yobta",
      "bg",
      "MUI",
      "Chakra",
      "Reactstrap",
      "Grommet",
      "Reakit",
      "Mantine",
      "Rebass"
    ],
    "dictionary": [
      "Yobta",
      "UI",
      "ESM",
      "ECMAScript",
      "Tailwind",
      "Next.js",
      "js"
    ]
  }
}
