Files
pikasTech-HWLAB/web/hwlab-cloud-web/package.json
T

62 lines
2.6 KiB
JSON

{
"name": "hwlab-cloud-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"deps": "node ../../scripts/worktree-deps.mjs --web",
"dev": "bun run deps --quiet && vite",
"dev:native-caserun": "CHOKIDAR_USEPOLLING=1 HWLAB_CASERUN_NATIVE_TEST=1 bun run dev",
"dev:native-hwpod": "bun run deps --quiet && vite --config scripts/hwpod-native-vite.config.ts",
"caserun:native": "bun scripts/caserun-native-supervisor.ts",
"caserun:native:start": "bun run scripts/caserun-native-service.ts start",
"caserun:native:stop": "bun run scripts/caserun-native-service.ts stop",
"caserun:native:status": "bun run scripts/caserun-native-service.ts status",
"caserun:native:logs": "bun run scripts/caserun-native-service.ts logs",
"caserun:native:smoke": "bun run scripts/caserun-native-smoke.ts",
"caserun:native:reload-smoke": "bun run scripts/caserun-native-reload-smoke.ts",
"tasktree:native:start": "bun run scripts/tasktree-native-service.ts start",
"tasktree:native:stop": "bun run scripts/tasktree-native-service.ts stop",
"tasktree:native:status": "bun run scripts/tasktree-native-service.ts status",
"tasktree:native:logs": "bun run scripts/tasktree-native-service.ts logs",
"check": "bun run deps --quiet && bun run scripts/tsc-check.ts && bun test scripts",
"check:tsc": "bun run deps --quiet && bun run scripts/tsc-check.ts",
"check:tsc-strict": "bun run deps --quiet && bun run scripts/tsc-check.ts --strict",
"typecheck": "bun run deps --quiet && vue-tsc --noEmit",
"build": "bun run deps --quiet && bun run scripts/build.ts",
"test": "bun run deps --quiet && vitest run",
"e2e:workbench": "bun run deps --quiet && bun run build && bunx playwright test -c playwright.workbench.config.ts",
"e2e:workbench:report": "bun run deps --quiet && bunx playwright show-report .state/workbench-e2e/html-report"
},
"dependencies": {
"@dagrejs/dagre": "3.0.0",
"@pinia/colada": "0.15.3",
"@vue-flow/core": "1.48.2",
"@vueuse/core": "^10.7.0",
"axios": "^1.16.0",
"dompurify": "^3.3.1",
"lucide-vue-next": "^1.0.0",
"marked": "^17.0.1",
"pinia": "^2.2.6",
"vue": "^3.4.0",
"vue-i18n": "^9.14.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@playwright/test": "1.59.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/test-utils": "^2.4.6",
"@types/node": "22.7.5",
"@types/dompurify": "^3.0.5",
"autoprefixer": "^10.4.16",
"bun-types": "1.1.33",
"jsdom": "^24.1.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "5.4.10",
"typescript": "5.6.3",
"vitest": "^2.1.9",
"vue-tsc": "^2.2.0"
}
}