zhengyiming
8 天以前 c5bf3cfc953f9865bd70f109363c2ea4e45c0c96
packages/components/package.json
@@ -3,7 +3,7 @@
  "main": "src/index.ts",
  "module": "./src/index.ts",
  "source": "./src/index.ts",
  "version": "0.0.9",
  "version": "0.0.13",
  "scripts": {
    "clean": "rimraf dist",
    "build": "pnpm run clean && vite build",
@@ -23,6 +23,9 @@
    },
    "./src/styles/index.scss": {
      "import": "./src/styles/index.scss"
    },
    "./src/assets/*": {
      "import": "./src/assets/*"
    },
    "./*": "./*"
  },
@@ -50,6 +53,7 @@
    "@tarojs/taro": "3.6.20",
    "@vitejs/plugin-vue": "^5.1.4",
    "@vitejs/plugin-vue-jsx": "^4.0.1",
    "qrcode.vue": "^3.6.0",
    "vite": "5.4.3",
    "vite-plugin-dts": "^4.5.3",
    "vite-plugin-static-copy": "^0.12.0",
@@ -61,6 +65,7 @@
    "@tanstack/vue-query": "4.35.3",
    "@tarojs/components": "*",
    "@tarojs/taro": "*",
    "qrcode.vue": "^3.6.0",
    "vue": "*"
  }
}