Files
alhp-web/frontend/package.json
vikingowl 5fac66a38c Add mobile accessibility and UI/UX improvements
- Add mobile card view for packages (replaces table on small screens)
- Implement design tokens system for consistent styling
- Add dark/light theme toggle with system preference support
- Create reusable StatusBadge and EmptyState components
- Add accessible form labels to package filters
- Add compact mobile stats display in navigation
- Add safe area insets for notched devices
- Add reduced motion support for accessibility
- Improve touch targets for WCAG compliance
- Add unit tests for composables
- Update Vuetify configuration and styling
2025-11-26 16:46:02 +01:00

50 lines
1.5 KiB
JSON

{
"name": "alhp-web",
"version": "0.0.0",
"scripts": {
"generate-api-types": "yarn openapi-typescript ../openapi_alhp.yaml --output src/generated/alhp.ts",
"prebuild": "npm run generate-api-types",
"dev": "node --no-warnings ./node_modules/.bin/vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@fontsource/roboto": "^5.2.5",
"@mdi/font": "7.4.47",
"fork-awesome": "^1.2.0",
"openapi-fetch": "^0.13.5",
"pinia": "^3.0.2",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.13",
"vuetify": "^3.8.1"
},
"devDependencies": {
"@babel/types": "^7.27.0",
"@testing-library/vue": "^8.1.0",
"@types/node": "^22.14.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.31.0",
"happy-dom": "^15.11.7",
"openapi-typescript": "^7.6.1",
"prettier": "^3.5.3",
"sass": "^1.86.3",
"typescript": "^5.8.3",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^28.5.0",
"vite": "^6.2.6",
"vite-plugin-vuetify": "^2.1.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.8"
},
"packageManager": "yarn@4.7.0"
}