单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-09-04 0db50921e776525ac6d35fe50e64c605b6be1374
package.json
@@ -2,26 +2,44 @@
  "name": "my-project",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "dev:prod": "vite --mode production",
    "build": "vite build",
    "build:test": "vite build --mode development",
    "build:prod": "vite build --mode production",
    "build2": "vue-tsc -b && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@vant/icons": "^3.0.2",
    "@zxing/browser": "^0.1.5",
    "@zxing/library": "^0.21.3",
    "axios": "^1.9.0",
    "dayjs": "^1.11.13",
    "echarts": "^5.6.0",
    "element-plus": "^2.9.2",
    "event-source-polyfill": "^1.0.31",
    "pinia": "^3.0.3",
    "pinyin": "^4.0.0",
    "qrcode": "^1.5.4",
    "qs": "^6.14.0",
    "speak-tts": "^2.0.8",
    "vant": "^3.4.3",
    "vconsole": "^3.15.1",
    "vue": "^3.5.13",
    "vue-router": "^4.0.13"
  },
  "devDependencies": {
    "@types/qrcode": "^1.5.5",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vue/compiler-sfc": "^3.5.13",
    "@vue/tsconfig": "^0.7.0",
    "amfe-flexible": "^2.2.1",
    "install": "^0.13.0",
    "less": "^4.2.1",
    "npm": "^11.4.2",
    "postcss-pxtorem": "^6.1.0",
    "typescript": "~5.6.2",
    "vite": "^6.0.5",
    "vue-tsc": "^2.2.0"