chenyao
2025-10-17 4de4baa6eea8f80160f6cdc8a4ebd17c0c48f0ee
package.json
@@ -2,11 +2,9 @@
  "name": "uniapp-vue3-project",
  "type": "module",
  "version": "1.5.0",
  "description": "uniapp 团队协作开发实践模板(Vue3)",
  "description": "掌控智飞",
  "author": {
    "name": "江阳小道",
    "email": "oyjt001@gmail.com",
    "github": "https://github.com/oyjt"
    "name": "ztzf"
  },
  "license": "MIT",
  "homepage": "https://github.com/oyjt/uniapp-vue3-template",
@@ -56,7 +54,6 @@
    "stylelint": "stylelint \"src/**/*.{vue,scss,css,sass,less}\"",
    "stylelint:fix": "stylelint \"src/**/*.{vue,scss,css,sass,less}\" --fix",
    "cz": "git add . && npx czg",
    "postinstall": "simple-git-hooks",
    "clean": "npx rimraf node_modules",
    "clean:cache": "npx rimraf node_modules/.cache"
  },
@@ -77,7 +74,10 @@
    "@dcloudio/uni-mp-weixin": "3.0.0-4070520250711001",
    "@dcloudio/uni-mp-xhs": "3.0.0-4070520250711001",
    "@dcloudio/uni-quickapp-webview": "3.0.0-4070520250711001",
    "@dcloudio/uni-ui": "^1.5.11",
    "dayjs": "^1.11.18",
    "js-base64": "^3.7.4",
    "js-md5": "^0.7.3",
    "leaflet": "^1.9.4",
    "pinia": "2.2.4",
    "pinia-plugin-persistedstate": "4.1.3",
@@ -109,7 +109,6 @@
    "rollup-plugin-visualizer": "^6.0.3",
    "sass": "1.79.6",
    "sass-loader": "^16.0.4",
    "simple-git-hooks": "^2.13.1",
    "stylelint": "^16.23.0",
    "stylelint-config-recess-order": "^6.1.0",
    "stylelint-config-standard": "^39.0.0",
@@ -128,10 +127,6 @@
    "overrides": {
      "vue": "3.4.21"
    }
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged",
    "commit-msg": "node ./scripts/verify-commit.js"
  },
  "lint-staged": {
    "src/**/*.{js,jsx}": "eslint --fix",