ffplayout/package.json

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