ffplayout/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-29 17:40:15 +01:00
{
2022-07-06 16:22:27 +02:00
"name": "ffplayout-frontend",
2022-07-19 11:33:15 +02:00
"version": "5.1.0",
2022-07-06 16:22:27 +02:00
"description": "Web GUI for ffplayout",
2020-01-29 17:40:15 +01:00
"author": "Jonathan Baecker",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
2021-06-04 11:56:35 +02:00
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.1",
2020-04-07 17:56:22 +02:00
"@nuxtjs/dotenv": "^1.4.1",
2022-01-30 11:14:15 +01:00
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.22.0",
2022-06-30 18:39:01 +02:00
"cookie-universal-nuxt": "^2.2.1",
2020-12-03 17:14:02 +01:00
"jwt-decode": "^3.1.2",
2021-03-23 10:47:20 +01:00
"lodash": "^4.17.21",
"mpegts.js": "^1.6.10",
"nuxt": "^2.15.8",
"splitpanes": "^2.3.8",
2022-07-19 11:33:15 +02:00
"video.js": "^7.20.1",
2020-12-03 17:14:02 +01:00
"vue-loading-overlay": "^3.4.2",
2022-02-06 17:48:51 +01:00
"vue2-perfect-scrollbar": "^1.5.5",
2020-12-03 17:14:02 +01:00
"vuedraggable": "^2.24.3"
2020-01-29 17:40:15 +01:00
},
"devDependencies": {
2022-07-19 11:33:15 +02:00
"@babel/eslint-parser": "^7.18.9",
2022-06-30 18:39:01 +02:00
"@babel/preset-react": "^7.18.6",
2020-12-03 17:14:02 +01:00
"@nuxtjs/eslint-config": "^5.0.0",
2022-04-12 10:57:03 +02:00
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/style-resources": "^1.2.1",
2022-01-30 11:14:15 +01:00
"eslint": "^7.32.0",
2020-12-03 17:14:02 +01:00
"eslint-plugin-nuxt": ">=2.0.0",
2022-06-30 18:39:01 +02:00
"sass": "^1.53.0",
2022-01-30 11:14:15 +01:00
"sass-loader": "^10.2.1"
2020-01-29 17:40:15 +01:00
}
}