{
  "name": "telegram-ui-vue",
  "version": "1.4.2",
  "type": "module",
  "private": false,
  "description": "Vue UI kit for Telegram Mini Apps inspired by Telegram interface.",
  "keywords": [
    "ui",
    "ui kit",
    "design system",
    "telegram",
    "telegram mini apps",
    "telegram ui",
    "vue",
    "vue components",
    "components",
    "accessibility"
  ],
  "homepage": "https://github.com/mbredikhin/telegram-ui-vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mbredikhin/telegram-ui-vue.git"
  },
  "bugs": {
    "url": "https://github.com/mbredikhin/telegram-ui-vue/issues"
  },
  "author": "Maxim Bredikhin",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0",
    "pnpm": ">=9.6.0"
  },
  "packageManager": "pnpm@10.11.0",
  "scripts": {
    "dev": "storybook dev -p 6006 --docs",
    "build-stories": "storybook build --docs",
    "build": "vue-tsc -b && vite build",
    "preview": "vite preview",
    "lint": "pnpm eslint",
    "test": "vitest"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "files": [
    "./LICENSE",
    "./dist"
  ],
  "dependencies": {
    "@floating-ui/vue": "1.1.6",
    "@twa-dev/types": "7.10.0",
    "vaul-vue": "0.4.1",
    "vue": "3.5.10"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "3",
    "@commitlint/cli": "19.8.1",
    "@commitlint/config-conventional": "19.8.1",
    "@eslint/js": "9.11.1",
    "@storybook/addon-docs": "8.6.9",
    "@storybook/addon-essentials": "8.6.9",
    "@storybook/addon-interactions": "8.6.9",
    "@storybook/addon-themes": "8.6.9",
    "@storybook/blocks": "8.6.9",
    "@storybook/builder-vite": "8.6.9",
    "@storybook/global": "5.0.0",
    "@storybook/vue3": "8.6.9",
    "@storybook/vue3-vite": "8.6.9",
    "@types/node": "22.7.4",
    "@typescript-eslint/eslint-plugin": "8.7.0",
    "@typescript-eslint/parser": "8.7.0",
    "@vitejs/plugin-vue": "5.2.3",
    "@vue/test-utils": "2.4.6",
    "eslint": "9.11.1",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.2.1",
    "eslint-plugin-vue": "9.32.0",
    "globals": "15.14.0",
    "happy-dom": "17.5.6",
    "prettier": "3.3.3",
    "sass-embedded": "1.86.0",
    "semantic-release": "24.2.5",
    "storybook": "8.6.9",
    "typescript": "5.6.2",
    "typescript-eslint": "8.7.0",
    "vite": "6.0.1",
    "vite-plugin-checker": "0.8.0",
    "vite-plugin-dts": "4.5.4",
    "vite-svg-loader": "5.1.0",
    "vitest": "3.2.0",
    "vue-tsc": "2.1.6"
  }
}
