Files
everything-is-suitable/everything-is-suitable-uniapp/package.json
T
zhangxiang de11398720 fix: 修复构建与测试中的多个问题
- 修复: Vue 版本降级至 3.4.21 以兼容 uni-app v3 alpha
- 修复: 稳定性测试改用绝对时间阈值,消除 flaky 退化率检测
- 修复: 配置 Vite 使用 sass-embedded 消除 Dart Sass 遗留 API 警告
- 修复: 启用 Playwright webServer 配置,支持自动启动开发服务器
- 清理: 移除未使用的 @dcloudio/uni-ui 依赖
- 新增: 添加 @dcloudio/uni-mp-weixin 平台依赖支持微信小程序构建
2026-08-13 12:23:41 +08:00

43 lines
1.3 KiB
JSON

{
"name": "everything-is-suitable-uniapp",
"version": "1.0.0",
"description": "Uniapp移动端应用",
"type": "module",
"scripts": {
"dev:h5": "uni -p h5",
"build:h5": "uni build -p h5",
"dev:mp-weixin": "uni -p mp-weixin",
"build:mp-weixin": "uni build -p mp-weixin",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"test:ui": "vitest --ui",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@dcloudio/uni-app": "^3.0.0-alpha-5000820260420001",
"@dcloudio/uni-components": "^3.0.0-alpha-5000820260420001",
"@dcloudio/uni-h5": "^3.0.0-alpha-5000820260420001",
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-5000820260420001",
"@everything-suitable/algorithm": "file:../packages/algorithm",
"lunar-javascript": "1.7.7",
"vue": "3.4.21",
"vue-i18n": "^9.14.5"
},
"devDependencies": {
"@dcloudio/uni-cli-shared": "3.0.0-alpha-5000820260420001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-5000820260420001",
"@playwright/test": "1.57.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vitest/coverage-v8": "4.0.18",
"@vitest/ui": "4.0.18",
"@vue/test-utils": "^2.4.9",
"jsdom": "^29.1.0",
"playwright": "1.57.0",
"sass-embedded": "^1.99.0",
"typescript": "5.9.3",
"vite": "5.2.8",
"vitest": "4.0.18"
}
}