Files
jackyu66gitandCursor 89756f65b4 feat(ECR-012–016): 合规、题库、时辰刷新、头像、MBTI OEJTS 与埋点
落地输入合规、探索题库、报告日/时辰刷新、账号头像、OEJTS 量表,并补齐 H5 埋点与 Admin 漏斗;同步 ESS 工件、切至自建 Git、清理 GitHub Actions。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 01:27:58 +08:00

37 lines
857 B
JSON

{
"name": "@yuxingu/user-h5",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@yuxingu/sdk": "0.1.0",
"@yuxingu/types": "0.1.0",
"@yuxingu/ui": "0.1.0",
"@yuxingu/utils": "0.1.0",
"element-china-area-data": "^6.1.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/node": "^26.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"jsdom": "^26.0.0",
"typescript": "~5.7.2",
"vite": "^6.0.7",
"vitest": "^3.0.5",
"vue-tsc": "^2.2.0"
}
}