吉安感知网项目-前端
罗广辉
2026-01-06 beadf2090cf58dc30f2911e94217c8d333bfe9e0
feat: 开启严格模式
4 files modified
2 files deleted
49 ■■■■ changed files
.npmrc 4 ●●●● patch | view | raw | blame | history
package.json 9 ●●●● patch | view | raw | blame | history
uniapps/work-app/.npmrc 12 ●●●●● patch | view | raw | blame | history
uniapps/work-app/package.json 6 ●●●● patch | view | raw | blame | history
uniapps/work-wx/.npmrc 12 ●●●●● patch | view | raw | blame | history
uniapps/work-wx/package.json 6 ●●●● patch | view | raw | blame | history
.npmrc
@@ -1,3 +1,7 @@
@saber:registry=https://center.javablade.com/api/packages/blade/npm/
//center.javablade.com/api/packages/blade/npm/:_authToken=66c6549d47896da834ef4a84b5fcbf4763744b28
registry="https://registry.npmmirror.com"
#依赖开启严格模式
strict-peer-dependencies=true
# 自动安装对等依赖,无需手动安装
auto-install-peers=true
package.json
@@ -35,10 +35,15 @@
            "@zip.js/zip.js": "2.7.34"
        },
        "onlyBuiltDependencies": [
            "sharp"
            "@parcel/watcher",
            "core-js",
            "es5-ext",
            "esbuild",
            "protobufjs",
            "sharp",
            "vue-demi"
        ]
    },
    "dependencies": {},
    "devDependencies": {
        "prettier": "catalog:"
    }
uniapps/work-app/.npmrc
File was deleted
uniapps/work-app/package.json
@@ -3,6 +3,7 @@
  "type": "module",
  "version": "1.5.0",
  "description": "掌控智飞",
    "private": true,
  "author": {
    "name": "ztzf"
  },
@@ -114,11 +115,6 @@
    "vite-plugin-replace-image-url": "^1.4.1",
    "vite-plugin-restart": "^1.0.0",
    "vite-plugin-vue-mcp": "^0.3.2"
  },
  "pnpm": {
    "overrides": {
      "vue": "3.4.21"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx}": "eslint --fix",
uniapps/work-wx/.npmrc
File was deleted
uniapps/work-wx/package.json
@@ -3,6 +3,7 @@
  "type": "module",
  "version": "1.5.0",
  "description": "掌控智飞",
    "private": true,
  "author": {
    "name": "ztzf"
  },
@@ -114,11 +115,6 @@
    "vite-plugin-replace-image-url": "^1.4.1",
    "vite-plugin-restart": "^1.0.0",
    "vite-plugin-vue-mcp": "^0.3.2"
  },
  "pnpm": {
    "overrides": {
      "vue": "3.4.21"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx}": "eslint --fix",