-
-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.16",
"axios": ">=1.13.4",
"chokidar": "^4.0.3",
"concurrently": "^9.0.1",
"laravel-echo": "^1.17.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"pusher-js": "^8.4.0-rc2",
"sass-embedded": "^1.97.3",
"tailwindcss": "^4.1.12",
"vite": ">=6.4.1"
},
"dependencies": {
"easyqrcodejs": "^4.6.2",
"hls.js": "^1.6.7",
"mpegts.js": "^1.8.0",
"video.js": "^8.23.3"
}
}