-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.22 KB
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"release": "release-it"
},
"devDependencies": {
"@iconify/json": "^2.2.83",
"@inertiajs/vue3": "^1.0.0",
"@release-it/bumper": "^5.1.0",
"@release-it/conventional-changelog": "^7.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.15.1",
"laravel-echo": "^1.15.1",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.18",
"pusher-js": "^8.2.0",
"release-it": "^16.1.5",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0",
"vitest": "^0.33.0",
"vue": "^3.2.41"
},
"dependencies": {
"@iconify/vue": "^4.1.1",
"@sentry/vue": "^7.40.0",
"@videojs-player/vue": "^1.0.0",
"floating-vue": "^2.0.0-beta.24",
"hls.js": "^1.4.8",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"plyr": "^3.7.8",
"unplugin-icons": "^0.16.3",
"vue3-snackbar": "^2.1.7"
},
"version": "0.6.2"
}