Files
digital-psychology/apps/user-h5/package.json
T
jackyu66gitandCursor bd22d9dddd feat: P1 合盘/星座/问答与测测完整设计包及模拟器取证工具
落地 synastry/star/ask API 与 H5 页面,补齐 cece-frontend-re complete-design 证据文档,并加入 Android 模拟器截图抓取脚本。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 11:37:53 +08:00

36 lines
827 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",
"@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"
}
}