{
  "name": "@opentiny/vue-mobile",
  "type": "module",
  "version": "1.0.2",
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-vue",
  "repository": {
    "type": "git",
    "url": "git@github.com:opentiny/tiny-vue.git"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-vue/issues"
  },
  "keywords": [
    "vue3",
    "frontend",
    "component-library",
    "components",
    "vue-components",
    "opentiny"
  ],
  "sideEffects": false,
  "files": [
    "dist",
    "LICENSE"
  ],
  "main": "dist/index.js",
  "dependencies": {
    "@better-scroll/core": "^2.5.0",
    "@better-scroll/wheel": "^2.5.0",
    "xss": "1.0.14",
    "@opentiny/vue-icon": "^3.25.0",
    "@opentiny/vue-locale": "^3.25.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.1",
    "@vitejs/plugin-vue-jsx": "^4.1.1",
    "@rollup/plugin-replace": "^6.0.2",
    "typescript": "~5.3.3",
    "vite": "^6.0.0",
    "vite-plugin-dts": "^4.3.0",
    "vite-svg-loader": "^5.1.0",
    "vue": "^3.5.0"
  },
  "scripts": {
    "build": "vite build",
    "pub": "pnpm publish --no-git-checks --access=public"
  }
}