chore: 项目环境升级为 JDK25,Spring 4.1,项目重构为多模块
This commit is contained in:
@@ -3,19 +3,15 @@
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ag-ui/client": "0.0.58",
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
"@lucide/vue": "^1.35.0",
|
||||
"element-plus": "2.14.5",
|
||||
"markstream-vue": "2.0.6",
|
||||
"vue": "3.5.41",
|
||||
"vue-router": "^4.6.3"
|
||||
"dev": "npm run dev --workspace @manuagent/web",
|
||||
"typecheck": "npm run typecheck --workspaces",
|
||||
"test": "vitest run --config apps/web/vite.config.ts",
|
||||
"build": "npm run typecheck && npm run build --workspace @manuagent/web"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user