diff --git a/web-snack/package.json b/web-snack/package.json index f6f32e8..1fe5223 100644 --- a/web-snack/package.json +++ b/web-snack/package.json @@ -1,44 +1,36 @@ { "name": "web-snack", - "version": "0.0.0", "private": true, + "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", - "build": "run-p type-check \"build-only {@}\" --", - "preview": "vite preview", - "build-only": "vite build", - "type-check": "vue-tsc --build" + "build": "vue-tsc -b && vite build", + "preview": "vite preview" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", - "@stomp/stompjs": "^7.3.0", - "@types/mockjs": "^1.0.10", - "@types/nprogress": "^0.2.3", - "axios": "^1.17.0", - "element-plus": "^2.14.1", - "mockjs": "^1.1.0", + "@vueuse/core": "^14.4.0", + "axios": "^1.19.0", + "dayjs": "^1.11.21", + "element-plus": "^2.14.3", "nprogress": "^0.2.0", - "pinia": "^3.0.4", - "sass": "^1.100.0", - "sockjs-client": "^1.6.1", - "unplugin-auto-import": "^21.0.0", - "unplugin-vue-components": "^32.1.0", - "vue": "^3.5.32", - "vue-router": "^4.6.4" + "pinia": "^4.0.2", + "pinia-plugin-persistedstate": "^4.7.1", + "vue": "^3.5.40", + "vue-router": "^5.2.0" }, "devDependencies": { - "@tsconfig/node24": "^24.0.4", - "@types/node": "^24.12.2", - "@vitejs/plugin-vue": "^6.0.6", + "@types/node": "^24.13.3", + "@types/nprogress": "^0.2.3", + "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", - "npm-run-all2": "^8.0.4", - "typescript": "~6.0.0", - "vite": "^8.0.8", - "vite-plugin-vue-devtools": "^8.1.1", - "vue-tsc": "^3.2.6" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" + "sass": "^1.102.0", + "typescript": "~6.0.2", + "unocss": "^66.7.5", + "unplugin-auto-import": "^21.0.0", + "unplugin-vue-components": "^32.1.0", + "vite": "^8.2.0", + "vue-tsc": "^3.3.8" } }