50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "ffplayout-frontend",
|
|
"version": "0.8.0",
|
|
"description": "Web GUI for ffplayout",
|
|
"author": "Jonathan Baecker",
|
|
"private": true,
|
|
"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": {
|
|
"@nuxt/types": "^2.17.3",
|
|
"@nuxtjs/color-mode": "^3.3.3",
|
|
"@pinia/nuxt": "^0.5.1",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@vuepic/vue-datepicker": "^8.4.0",
|
|
"@vueuse/nuxt": "^10.9.0",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"cookie-universal-nuxt": "^2.2.2",
|
|
"dayjs": "^1.11.10",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mpegts.js": "^1.7.3",
|
|
"nuxt": "3.11.2",
|
|
"pinia": "^2.1.7",
|
|
"sortablejs-vue3": "^1.2.11",
|
|
"splitpanes": "^3.1.5",
|
|
"video.js": "^8.10.0",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "^12.0.0",
|
|
"@nuxtjs/tailwindcss": "^6.11.4",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/video.js": "^7.3.57",
|
|
"daisyui": "^4.10.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-nuxt": "^4.0.0",
|
|
"postcss": "^8.4.38",
|
|
"postcss-loader": "^8.1.1",
|
|
"sass": "^1.74.1",
|
|
"sass-loader": "^14.1.1"
|
|
}
|
|
}
|