ffplayout/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-29 11:40:15 -05:00
{
2022-07-06 10:22:27 -04:00
"name": "ffplayout-frontend",
2022-05-30 10:35:17 -04:00
"version": "5.0.0",
2022-07-06 10:22:27 -04:00
"description": "Web GUI for ffplayout",
2020-01-29 11:40:15 -05: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 05:56:35 -04:00
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.1",
2020-04-07 11:56:22 -04:00
"@nuxtjs/dotenv": "^1.4.1",
2022-01-30 05:14:15 -05:00
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.22.0",
2022-06-30 12:39:01 -04:00
"cookie-universal-nuxt": "^2.2.1",
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",
"mpegts.js": "^1.6.10",
"nuxt": "^2.15.8",
"splitpanes": "^2.3.8",
2022-06-30 12:39:01 -04:00
"video.js": "^7.19.2",
2020-12-03 11:14:02 -05:00
"vue-loading-overlay": "^3.4.2",
2022-02-06 11:48:51 -05:00
"vue2-perfect-scrollbar": "^1.5.5",
2020-12-03 11:14:02 -05:00
"vuedraggable": "^2.24.3"
2020-01-29 11:40:15 -05:00
},
"devDependencies": {
2022-06-30 12:39:01 -04:00
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-react": "^7.18.6",
2020-12-03 11:14:02 -05:00
"@nuxtjs/eslint-config": "^5.0.0",
2022-04-12 04:57:03 -04:00
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/style-resources": "^1.2.1",
2022-01-30 05:14:15 -05:00
"eslint": "^7.32.0",
2020-12-03 11:14:02 -05:00
"eslint-plugin-nuxt": ">=2.0.0",
2022-06-30 12:39:01 -04:00
"sass": "^1.53.0",
2022-01-30 05:14:15 -05:00
"sass-loader": "^10.2.1"
2020-01-29 11:40:15 -05:00
}
}