添加心理健康评估系统前端核心组件和功能,包括: 1. 评估表单发送与展示功能 2. 客户信息分析页面 3. 智能回复系统集成 4. 企业微信SDK集成 5. 响应式设计和移动端适配 实现与后端API的交互逻辑,包括客户信息获取、表单提交和智能回复生成
40 lines
954 B
JSON
40 lines
954 B
JSON
{
|
|
"name": "sendform",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@wecom/jssdk": "^2.3.1",
|
|
"axios": "^1.12.2",
|
|
"pinia": "^3.0.3",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/node": "^22.16.5",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.31.0",
|
|
"eslint-plugin-vue": "~10.3.0",
|
|
"jiti": "^2.4.2",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "~5.8.0",
|
|
"vite": "^7.0.6",
|
|
"vite-plugin-vue-devtools": "^8.0.0",
|
|
"vue-tsc": "^3.0.4"
|
|
}
|
|
}
|