Commit b4efd25a by zhangxingmin

push

parent d3e549d1
...@@ -2,6 +2,9 @@ FROM node:16 ...@@ -2,6 +2,9 @@ FROM node:16
WORKDIR /app WORKDIR /app
# 设置 npm 源
RUN npm config set registry https://registry.npmjs.org/
# 清理缓存和旧依赖 # 清理缓存和旧依赖
RUN npm cache clean --force RUN npm cache clean --force
RUN rm -rf node_modules package-lock.json RUN rm -rf node_modules package-lock.json
......
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
] ]
}, },
"dependencies": { "dependencies": {
"@dcloudio/vue-cli-plugin-uni": "^3.4.15", "@dcloudio/uni-app": "^3.0.0-alpha-3070020230104001",
"@dcloudio/uni-app": "^3.4.15", "@dcloudio/uni-cli": "^3.0.0-alpha-3070020230104001",
"@dcloudio/uni-cli": "^3.4.15", "@dcloudio/vue-cli-plugin-uni": "^3.0.0-alpha-3070020230104001",
"@vue/cli-service": "4.5.19", "@vue/cli-service": "^5.0.8",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"echarts": "^5.4.1", "echarts": "^5.4.1",
......
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