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

44 lines
1.3 KiB
JSON

{
"name": "hwlab-cloud-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"check": "bun run scripts/check.ts && bun run scripts/tsc-check.ts && bun test",
"check:tsc": "bun run scripts/tsc-check.ts",
"check:tsc-strict": "bun run scripts/tsc-check.ts --strict",
"typecheck": "vue-tsc --noEmit",
"build": "bun run scripts/build.ts",
"test": "vitest run",
"e2e:workbench": "bun run build && bunx playwright test -c playwright.workbench.config.ts",
"e2e:workbench:report": "bunx playwright show-report .state/workbench-e2e/html-report"
},
"dependencies": {
"@vueuse/core": "^10.7.0",
"axios": "^1.16.0",
"dompurify": "^3.3.1",
"marked": "^17.0.1",
"pinia": "^2.1.7",
"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"
}
}