-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^2.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/vite": "^4.1.12",
"@vitejs/plugin-vue": "^5.2.4",
"@vueuse/core": "^13.8.0",
"autoprefixer": "^10.4.21",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"laravel-vite-plugin": "^1.3.0",
"postcss": "^8.5.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"vite": "^6.3.5",
"vue": "^3.5.14"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@silvermine/videojs-chromecast": "^1.5.0",
"dayjs": "^1.11.18",
"floating-vue": "^5.2.2",
"hls.js": "^1.6.11",
"laravel-echo": "^1.19.0",
"lucide-vue-next": "^0.542.0",
"pusher-js": "^8.4.0",
"radix-vue": "^1.9.17",
"reka-ui": "^2.5.0",
"tw-animate-css": "^1.3.7",
"video.js": "^8.23.4",
"videojs-contrib-quality-levels": "^4.1.0",
"videojs-hls-quality-selector": "^2.0.0",
"videojs-hotkeys": "^0.2.30",
"vue-axios": "^3.5.2",
"vue-cookies": "^1.8.3",
"vue3-emoji-picker": "^1.1.7"
}
}