ffplayout/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-29 11:40:15 -05:00
{
2023-01-11 04:59:52 -05:00
"name": "ffplayout-frontend",
2024-08-21 06:18:44 -04:00
"version": "0.11.3",
2023-01-11 04:59:52 -05:00
"description": "Web GUI for ffplayout",
"author": "Jonathan Baecker",
2020-01-29 11:40:15 -05:00
"private": true,
"scripts": {
"build": "nuxt build",
2023-01-11 04:54:25 -05:00
"dev": "nuxt dev",
2020-01-29 11:40:15 -05:00
"generate": "nuxt generate",
2023-06-28 05:01:17 -04:00
"reset": "rm -rf .nuxt node_modules .output package-lock.json && npm install",
2023-01-11 04:54:25 -05:00
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
2020-01-29 11:40:15 -05:00
},
"dependencies": {
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.4",
2024-08-03 16:35:29 -04:00
"@vueform/multiselect": "^2.6.9",
"@vuepic/vue-datepicker": "^9.0.2",
2024-08-21 06:17:15 -04:00
"@vueuse/nuxt": "^11.0.1",
2024-01-25 01:26:25 -05:00
"bootstrap-icons": "^1.11.3",
2024-08-21 06:17:15 -04:00
"dayjs": "^1.11.13",
2023-11-18 16:30:57 -05:00
"jwt-decode": "^4.0.0",
2021-03-23 05:47:20 -04: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 04:54:25 -05:00
"splitpanes": "^3.1.5",
"video.js": "^8.17.3"
2020-01-29 11:40:15 -05:00
},
"devDependencies": {
2024-08-21 06:17:15 -04:00
"@nuxt/eslint": "^0.5.1",
"@nuxtjs/i18n": "^8.5.0",
2024-07-11 09:34:58 -04:00
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/lodash": "^4.17.7",
"@types/video.js": "^7.3.58",
2024-06-28 08:14:21 -04:00
"daisyui": "^4.12.10",
2024-06-19 15:27:13 -04:00
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.41",
2024-02-29 02:15:19 -05:00
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
2024-08-21 06:17:15 -04:00
"sass-loader": "^16.0.1",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
2020-01-29 11:40:15 -05:00
}
}