chore: 项目环境升级为 JDK25,Spring 4.1,项目重构为多模块
This commit is contained in:
21
web-ui/apps/web/package.json
Normal file
21
web-ui/apps/web/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@manuagent/web",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "vue-tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.node.json",
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"build": "vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "3.5.41",
|
||||
"vue-router": "^4.6.3",
|
||||
"element-plus": "2.14.5",
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
"markstream-vue": "2.0.6",
|
||||
"@manuagent/common": "0.1.0",
|
||||
"@manuagent/admin": "0.1.0",
|
||||
"@manuagent/agent": "0.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user