2025-10-15 14:07:39 +08:00
|
|
|
{
|
|
|
|
|
"name": "h5-workspace",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"description": "大屏 + H5 Monorepo 工程",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev:screen": "pnpm --filter @h5/screen dev",
|
|
|
|
|
"dev:mobile": "pnpm --filter @h5/mobile dev",
|
|
|
|
|
"build:screen": "pnpm --filter @h5/screen build",
|
|
|
|
|
"build:mobile": "pnpm --filter @h5/mobile build",
|
|
|
|
|
"build:all": "pnpm -r build",
|
|
|
|
|
"lint": "pnpm -r lint"
|
|
|
|
|
},
|
2025-10-17 15:53:41 +08:00
|
|
|
"keywords": [
|
|
|
|
|
"monorepo",
|
|
|
|
|
"vue3",
|
|
|
|
|
"vant",
|
|
|
|
|
"大屏",
|
|
|
|
|
"h5"
|
|
|
|
|
],
|
2025-10-15 14:07:39 +08:00
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
2025-11-06 14:40:35 +08:00
|
|
|
"node": ">=20.19.0",
|
2025-11-10 17:24:59 +08:00
|
|
|
"pnpm": ">=9.0.0"
|
2025-10-17 15:53:41 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-30 15:34:23 +08:00
|
|
|
"@vant/auto-import-resolver": "^1.3.0",
|
2025-10-31 16:19:05 +08:00
|
|
|
"less": "^4.4.2",
|
2025-11-06 14:40:35 +08:00
|
|
|
"unplugin-auto-import": "^20.2.0",
|
2025-10-30 15:34:23 +08:00
|
|
|
"unplugin-vue-components": "^0.26.0"
|
2025-10-15 14:07:39 +08:00
|
|
|
}
|
|
|
|
|
}
|