- Refactored CardPopover.vue to enhance menu positioning and accessibility. - Replaced Button components with AppButton in VideoEditForm.vue and VideoInfoHeader.vue for consistent styling. - Simplified VideoSkeleton.vue by removing unused Skeleton imports and improving loading states. - Updated VideoFilters.vue to replace PrimeVue components with native HTML elements for better performance. - Enhanced VideoGrid.vue and VideoTable.vue with improved selection handling and UI updates. - Removed unused PrimeVue styles and imports in SSR routes and configuration files.
39 lines
997 B
JSON
39 lines
997 B
JSON
{
|
|
"name": "holistream",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun vite",
|
|
"build": "bun vite build",
|
|
"preview": "bun vite preview",
|
|
"deploy": "wrangler deploy",
|
|
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
|
|
"tail": "wrangler tail"
|
|
},
|
|
"dependencies": {
|
|
"@pinia/colada": "^0.21.2",
|
|
"@unhead/vue": "^2.1.2",
|
|
"@vueuse/core": "^14.2.0",
|
|
"aws4fetch": "^1.0.20",
|
|
"clsx": "^2.1.1",
|
|
"hono": "^4.11.7",
|
|
"is-mobile": "^5.0.0",
|
|
"pinia": "^3.0.4",
|
|
"tailwind-merge": "^3.4.0",
|
|
"vue": "^3.5.27",
|
|
"vue-router": "^5.0.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.23.0",
|
|
"@types/node": "^25.2.0",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
|
"unocss": "^66.6.0",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^31.0.0",
|
|
"vite": "^7.3.1",
|
|
"vite-ssr-components": "^0.5.2",
|
|
"wrangler": "^4.62.0"
|
|
}
|
|
}
|