- 移除 application.properties 中的 spring.profiles.active 配置 - 在 application.yml 中为 deepseek ai 服务添加 api-key 配置 - 保留 base-url 和 chat options 配置不变
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "boss",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"format": "prettier --write --experimental-cli src/",
|
|
"openapi": "tsx openapi.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.13.2",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.26",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node24": "^24.0.3",
|
|
"@types/node": "^24.10.4",
|
|
"@umijs/openapi": "^1.14.1",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"prettier": "3.7.4",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.8.1",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "~5.9.3",
|
|
"umi-request": "^1.4.0",
|
|
"vite": "^7.3.0",
|
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
"vue-tsc": "^3.2.1"
|
|
}
|
|
}
|