feat: add vidstack support

This commit is contained in:
shinya
2025-06-25 13:59:09 +08:00
parent 5bec179fd7
commit 537e07057a
3 changed files with 625 additions and 829 deletions

View File

@@ -20,19 +20,20 @@
"dependencies": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"artplayer": "^5.2.3",
"@vidstack/react": "^1.12.13",
"clsx": "^2.0.0",
"framer-motion": "^12.18.1",
"hls.js": "^1.6.5",
"lucide-react": "^0.438.0",
"next": "^14.2.23",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"swiper": "^11.2.8",
"tailwind-merge": "^2.6.0",
"zod": "^3.24.1",
"next-pwa": "^5.6.0"
"vidstack": "^0.6.15",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^16.3.0",