ffplayout/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-29 17:40:15 +01:00
{
2023-01-11 10:59:52 +01:00
"name": "ffplayout-frontend",
"version": "0.11.2",
2023-01-11 10:59:52 +01:00
"description": "Web GUI for ffplayout",
"author": "Jonathan Baecker",
2020-01-29 17:40:15 +01:00
"private": true,
"scripts": {
"build": "nuxt build",
2023-01-11 10:54:25 +01:00
"dev": "nuxt dev",
2020-01-29 17:40:15 +01:00
"generate": "nuxt generate",
2023-06-28 11:01:17 +02:00
"reset": "rm -rf .nuxt node_modules .output package-lock.json && npm install",
2023-01-11 10:54:25 +01:00
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
2020-01-29 17:40:15 +01:00
},
"dependencies": {
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.3",
2024-08-03 22:35:29 +02:00
"@vueform/multiselect": "^2.6.9",
"@vuepic/vue-datepicker": "^9.0.2",
"@vueuse/nuxt": "^11.0.0",
2024-01-25 07:26:25 +01:00
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.12",
2023-11-18 22:30:57 +01:00
"jwt-decode": "^4.0.0",
2021-03-23 10:47:20 +01:00
"lodash": "^4.17.21",
"mpegts.js": "^1.7.3",
"nuxt": "3.12.4",
"pinia": "^2.2.2",
"sortablejs-vue3": "^1.2.11",
2023-01-11 10:54:25 +01:00
"splitpanes": "^3.1.5",
"video.js": "^8.17.3"
2020-01-29 17:40:15 +01:00
},
"devDependencies": {
"@nuxt/eslint": "^0.5.0",
"@nuxtjs/i18n": "^8.4.0",
2024-07-11 15:34:58 +02:00
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/lodash": "^4.17.7",
"@types/video.js": "^7.3.58",
2024-06-28 14:14:21 +02:00
"daisyui": "^4.12.10",
2024-06-19 21:27:13 +02:00
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.41",
2024-02-29 08:15:19 +01:00
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
2020-01-29 17:40:15 +01:00
}
}