{
  "name": "@tencentcloud/uikit-base-component-vue3",
  "version": "1.4.4",
  "type": "module",
  "main": "./dist/index.js",
  "scripts": {
    "predev": "node ../../../scripts/sync-dependencies.js",
    "dev": "vite build --watch",
    "build": "npm run predev deep && vite build",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "lint": "eslint .",
    "publish": "npm publish --access public",
    "clean:playground": "rm -rf dist-playground",
    "build:playground": "npm run clean:playground && vite build --mode playground",
    "dev:playground": "vite serve --mode playground",
    "convertSvg": "cd scripts && node svgToVue.js"
  },
  "peerDependencies": {
    "vue": "^3.4.0"
  },
  "dependencies": {
    "i18next": "^23.15.1"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^3.2.2",
    "@originjs/vite-plugin-commonjs": "^1.0.3",
    "@storybook/addon-essentials": "^8.5.0",
    "@storybook/addon-interactions": "^8.5.0",
    "@storybook/addon-onboarding": "^8.5.0",
    "@storybook/blocks": "^8.5.0",
    "@storybook/test": "^8.5.0",
    "@storybook/vue3": "^8.5.0",
    "@storybook/vue3-vite": "^8.5.0",
    "@tencentcloud/eslint-config-hybrid": "workspace:^",
    "@tencentcloud/universal-api": "workspace:^",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/runtime-core": "^3.5.17",
    "@vue/runtime-dom": "^3.5.17",
    "@vue/tsconfig": "^0.7.0",
    "glob": "^11.0.0",
    "highlight.js": "^11.11.1",
    "sass": "^1.72.0",
    "storybook": "^8.5.0",
    "typescript": "^5.5.4",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.7.3",
    "vite-plugin-lib-inject-css": "^2.1.1",
    "vite-plugin-static-copy": "^2.2.0",
    "vue": "^3.4.0",
    "vue-router": "^4.5.1",
    "vue-tsc": "^2.0.6"
  }
}
