Переглянути джерело

build: 项目构建配置更新.

peter 1 рік тому
батько
коміт
edf1a8495d
2 змінених файлів з 12 додано та 34 видалено
  1. 0 22
      docker-compose.yml
  2. 12 12
      package.json

+ 0 - 22
docker-compose.yml

@@ -1,22 +0,0 @@
-version: "3.9"
-services:
-  yys_tool:
-    # restart: always
-    container_name: yys_tool
-    image: "node:18.15.0-slim"
-    command: bash -c "npm --registry=https://registry.npmmirror.com install && npm run dev"
-    working_dir: /var/local
-    volumes:
-      - ./:/var/local
-    ports:
-      - "8888:8888"
-    environment:
-      - TZ=Asia/Shanghai
-      - MODE=dev
-  # yys_tool_nginx:
-  #   restart: always
-  #   image: "nginx:1.23.3"
-  #   ports:
-  #     - "8889:80"
-  #   volumes:
-  #     - ./dist/:/usr/share/nginx/html/yys-tool

+ 12 - 12
package.json

@@ -11,28 +11,28 @@
   "dependencies": {
     "@element-plus/icons-vue": "^2.1.0",
     "axios": "~0.27.2",
-    "dayjs": "^1.11.2",
-    "element-plus": "2.3.3",
+    "dayjs": "^1.11.8",
+    "element-plus": "2.3.6",
     "html2canvas": "^1.4.1",
     "jspdf": "^2.5.1",
     "lodash": "^4.17.21",
-    "vue": "^3.2.33",
-    "vue-router": "^4.0.15"
+    "vue": "^3.3.4",
+    "vue-router": "^4.2.2"
   },
   "devDependencies": {
-    "@typescript-eslint/eslint-plugin": "^5.59.5",
-    "@typescript-eslint/parser": "^5.59.5",
-    "@vitejs/plugin-vue": "^4.2.1",
+    "@typescript-eslint/eslint-plugin": "^5.59.9",
+    "@typescript-eslint/parser": "^5.59.9",
+    "@vitejs/plugin-vue": "^4.2.3",
     "@vue/eslint-config-prettier": "^7.1.0",
     "eslint": "^8.40.0",
     "eslint-config-prettier": "^8.8.0",
     "eslint-plugin-vue": "^9.12.0",
     "prettier": "^2.8.8",
-    "sass": "^1.62.1",
-    "sass-loader": "^13.2.2",
-    "typescript": "^5.0.4",
-    "vite": "^4.3.5",
+    "sass": "^1.63.2",
+    "sass-loader": "^13.3.1",
+    "typescript": "~5.0.4",
+    "vite": "^4.3.9",
     "vite-plugin-eslint": "^1.8.1",
-    "vue-tsc": "^1.6.4"
+    "vue-tsc": "^1.6.5"
   }
 }