Commit 6ed250f3 by zhangxingmin

push

parent b4efd25a
......@@ -2,14 +2,7 @@ FROM node:16
WORKDIR /app
# 设置 npm 源
RUN npm config set registry https://registry.npmjs.org/
# 清理缓存和旧依赖
RUN npm cache clean --force
RUN rm -rf node_modules package-lock.json
# 安装依赖
# 安装项目依赖(包含开发依赖)
COPY package*.json ./
RUN npm install --include=dev --legacy-peer-deps
......
......@@ -15,9 +15,7 @@
]
},
"dependencies": {
"@dcloudio/uni-app": "^3.0.0-alpha-3070020230104001",
"@dcloudio/uni-cli": "^3.0.0-alpha-3070020230104001",
"@dcloudio/vue-cli-plugin-uni": "^3.0.0-alpha-3070020230104001",
"@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001",
"@vue/cli-service": "^5.0.8",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
......
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