forked from ffplayout/ffplayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
44
45
46
47
48
{
"name": "frontend",
"version": "0.13.1",
"description": "Web GUI for ffplayout",
"author": "Jonathan Baecker",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"reset": "rm -rf .nuxt node_modules .output package-lock.json && npm install",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.10.1",
"@vueform/multiselect": "^2.6.11",
"@vuepic/vue-datepicker": "^11.0.1",
"@vueuse/nuxt": "^12.7.0",
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.13",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"mpegts.js": "^1.8.0",
"nuxt": "3.15.4",
"pinia": "^3.0.1",
"sortablejs-vue3": "^1.2.11",
"splitpanes": "^3.1.8",
"video.js": "^8.21.0"
},
"devDependencies": {
"@nuxt/eslint": "^1.1.0",
"@nuxtjs/i18n": "^9.2.1",
"@nuxtjs/tailwindcss": "^6.13.1",
"@types/lodash-es": "^4.17.12",
"@types/video.js": "^7.3.58",
"daisyui": "^4.12.23",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"sass": "^1.85.0",
"sass-loader": "^16.0.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
}