ffplayout/package.json

50 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.7.0",
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": {
2024-01-25 07:26:25 +01:00
"@nuxt/types": "^2.17.3",
2024-04-04 23:28:25 +02:00
"@nuxtjs/color-mode": "^3.3.3",
"@pinia/nuxt": "^0.5.1",
"@popperjs/core": "^2.11.8",
2024-02-29 08:15:19 +01:00
"@vueuse/nuxt": "^10.9.0",
2024-01-25 07:26:25 +01:00
"bootstrap-icons": "^1.11.3",
"cookie-universal-nuxt": "^2.2.2",
2023-09-26 09:29:46 +02:00
"dayjs": "^1.11.10",
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",
2024-02-29 08:15:19 +01:00
"nuxt": "3.10.3",
"pinia": "^2.1.7",
"sortablejs-vue3": "^1.2.11",
2023-01-11 10:54:25 +01:00
"splitpanes": "^3.1.5",
2024-01-25 07:26:25 +01:00
"video.js": "^8.10.0",
2024-02-29 08:15:19 +01:00
"vue": "^3.4.21",
"vue-router": "^4.3.0"
2020-01-29 17:40:15 +01:00
},
"devDependencies": {
2023-01-11 10:54:25 +01:00
"@nuxtjs/eslint-config": "^12.0.0",
2024-04-04 23:28:25 +02:00
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/lodash": "^4.14.202",
"@types/splitpanes": "^2.2.6",
2023-11-16 12:44:12 +01:00
"@types/video.js": "^7.3.56",
2024-04-04 23:28:25 +02:00
"daisyui": "^4.9.0",
2024-02-29 08:15:19 +01:00
"eslint": "^8.57.0",
2023-01-11 10:54:25 +01:00
"eslint-plugin-nuxt": "^4.0.0",
2024-02-08 13:50:32 +01:00
"postcss": "^8.4.35",
2024-02-29 08:15:19 +01:00
"postcss-loader": "^8.1.1",
"sass": "^1.71.1",
"sass-loader": "^14.1.1"
2020-01-29 17:40:15 +01:00
}
}