From b39a0502e7941ce966fda53664cf1b04ba52d65f Mon Sep 17 00:00:00 2001 From: lrj <owen.stl@gmail.com> Date: 星期三, 01 十月 2025 17:30:24 +0800 Subject: [PATCH] 清理测试文件:删除所有test、debug、fix、check_开头的文件,为重构做准备 --- web/package.json | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/package.json b/web/package.json index d8df91d..cd13aad 100644 --- a/web/package.json +++ b/web/package.json @@ -18,6 +18,7 @@ "dayjs": "^1.11.10", "element-plus": "^2.4.4", "graphql": "^16.11.0", + "graphql-tag": "^2.12.6", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^2.1.7", @@ -29,10 +30,13 @@ "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-vue": "^4.5.0", + "autoprefixer": "^10.4.21", "eslint": "^8.54.0", "eslint-plugin-vue": "^9.18.1", + "postcss": "^8.5.6", "prettier": "^3.1.0", "sass": "^1.69.5", + "terser": "^5.44.0", "typescript": "^5.2.2", "vite": "^5.0.0", "vue-tsc": "^1.8.22" -- Gitblit v1.8.0