Commit 4ff17e98 by zhangxingmin

push

parent adebb318
......@@ -29,15 +29,15 @@ WORKDIR /app
# 复制包管理文件
COPY package.json package-lock.json ./
# 1. 显式安装 esbuild 二进制 (添加 --legacy-peer-deps)
RUN npm install @esbuild/linux-x64 --verbose --legacy-peer-deps --registry=https://registry.npmmirror.com
# 1. 显式安装 esbuild 二进制
RUN npm install @esbuild/linux-x64 --verbose --registry=https://registry.npmmirror.com
# 2. 安装原生模块 (添加 --legacy-peer-deps)
RUN npm install canvas@2.11.2 --verbose --ignore-scripts --legacy-peer-deps
RUN npm install sharp@0.32.6 --verbose --ignore-scripts --legacy-peer-deps
# 2. 安装其他原生模块
RUN npm install canvas@2.11.2 --verbose --ignore-scripts
RUN npm install sharp@0.32.6 --verbose --ignore-scripts
# 3. 安装项目依赖 (添加 --legacy-peer-deps)
RUN npm install --verbose --legacy-peer-deps --registry=https://registry.npmmirror.com
# 3. 安装项目依赖(移除 --no-optional)
RUN npm install --verbose --registry=https://registry.npmmirror.com
# 4. 验证 esbuild 安装
RUN ls -la node_modules/esbuild/bin && \
......
import App from './App.vue';
import App from './App';
// #ifndef VUE3
import Vue from 'vue'
......
......@@ -25,68 +25,67 @@
"report": "npm run build --report"
},
"dependencies": {
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"js-sha256": "^0.11.1",
"nanoid": "^4.0.0",
"@element-plus/icons-vue": "^2.1.0",
"@vuemap/vue-amap": "^2.0.10",
"@vueup/vue-quill": "^1.1.1",
"@vueuse/core": "^10.4.1",
"ali-oss": "^6.17.1",
"nanoid": "^5.1.5",
"@element-plus/icons-vue": "^2.3.1",
"@vuemap/vue-amap": "^2.1.16",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^13.5.0",
"ali-oss": "^6.23.0",
"awesome-qr": "^2.1.5-rc.0",
"axios": "^1.4.0",
"axios": "^1.11.0",
"benz-amr-recorder": "^1.1.5",
"clipboard": "^2.0.11",
"core-js": "^3.30.1",
"cos-js-sdk-v5": "^1.4.17",
"crypto-js": "^4.1.1",
"driver.js": "^0.9.8",
"echarts": "^5.4.2",
"element-plus": "^2.5.6",
"fabric": "^5.3.0",
"core-js": "^3.44.0",
"cos-js-sdk-v5": "^1.10.1",
"driver.js": "^1.3.6",
"element-plus": "^2.10.4",
"fabric": "^6.7.1",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"js-beautify": "^1.14.7",
"fuse.js": "^7.1.0",
"js-beautify": "^1.15.4",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.3.2",
"lodash.merge": "^4.6.2",
"moment": "^2.29.4",
"mp4box": "^0.5.2",
"moment": "^2.30.1",
"mp4box": "^1.4.4",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.0.32",
"qiankun": "^2.10.8",
"qrcode": "^1.5.3",
"pinia": "^3.0.3",
"qiankun": "^2.10.16",
"qrcode": "^1.5.4",
"quill-image-resize-module": "^3.0.0",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"uuid": "^9.0.0",
"vant": "^4.3.2",
"sortablejs": "^1.15.6",
"uuid": "^11.1.0",
"vant": "^4.9.21",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.2.47",
"vue": "^3.5.18",
"vue-cropper": "^1.0.8",
"vue-router": "^4.1.6",
"vue-router": "^4.5.1",
"vue3-count-to": "^1.1.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"less": "^4.3.0",
"@vitejs/plugin-vue": "4.5.2",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compat": "^3.2.47",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.62.1",
"sharp": "^0.32.4",
"terser": "^5.17.7",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "4.5.15",
"vite-plugin-cdn-import": "^0.3.5",
"less": "^4.4.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.1",
"@vue/babel-plugin-jsx": "^1.4.0",
"@vue/compat": "^3.5.18",
"rollup-plugin-visualizer": "^6.0.3",
"sass": "^1.89.2",
"sharp": "^0.34.3",
"terser": "^5.43.1",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "^7.0.5",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-image-optimizer": "^1.1.6",
"vite-plugin-require-transform": "^1.0.12",
"vite-plugin-svg-icons": "2.0.1"
"vite-plugin-image-optimizer": "^2.0.2",
"vite-plugin-require-transform": "^1.0.21"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment