ffplayout/package.json

46 lines
1.2 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",
2023-02-08 10:09:53 -05:00
"version": "0.2.1",
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-01-11 04:54:25 -05:00
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
2020-01-29 11:40:15 -05:00
},
"dependencies": {
2023-02-08 10:09:53 -05:00
"@nuxt/types": "^2.16.0",
2023-01-11 04:54:25 -05:00
"@pinia/nuxt": "^0.4.6",
"@popperjs/core": "^2.11.6",
"@vueuse/core": "^9.12.0",
2023-01-11 04:54:25 -05:00
"bootstrap": "^5.3.0-alpha1",
"bootstrap-icons": "^1.10.3",
"cookie-universal-nuxt": "^2.2.2",
2023-01-11 04:54:25 -05:00
"dayjs": "^1.11.7",
2020-12-03 11:14:02 -05:00
"jwt-decode": "^3.1.2",
2021-03-23 05:47:20 -04:00
"lodash": "^4.17.21",
2023-01-11 04:54:25 -05:00
"mpegts.js": "^1.7.2",
"pinia": "^2.0.28",
"sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.6",
2023-01-11 04:54:25 -05:00
"splitpanes": "^3.1.5",
2023-02-08 10:09:53 -05:00
"video.js": "^8.0.4",
2023-01-11 04:54:25 -05:00
"vuedraggable": "^4.1.0"
2020-01-29 11:40:15 -05:00
},
"devDependencies": {
2023-01-11 04:54:25 -05:00
"@nuxtjs/eslint-config": "^12.0.0",
"@types/bootstrap": "^5.2.6",
"@types/lodash": "^4.14.191",
"@types/splitpanes": "^2.2.1",
"@types/video.js": "^7.3.51",
"eslint": "^8.33.0",
2023-01-11 04:54:25 -05:00
"eslint-plugin-nuxt": "^4.0.0",
2023-02-08 10:09:53 -05:00
"nuxt": "3.1.2",
"sass": "^1.58.0",
2023-01-11 04:54:25 -05:00
"sass-loader": "^13.2.0"
2020-01-29 11:40:15 -05:00
}
}