ffplayout/package.json

42 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-09-08 08:12:45 -04:00
"version": "5.2.4",
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-08-23 06:23:57 -04:00
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.22.0",
"cookie-universal-nuxt": "^2.2.2",
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",
2022-08-23 06:23:57 -04:00
"splitpanes": "^2.4.1",
"video.js": "^7.20.2",
2020-12-03 11:14:02 -05:00
"vue-loading-overlay": "^3.4.2",
"vuedraggable": "^2.24.3"
2020-01-29 11:40:15 -05:00
},
"devDependencies": {
2022-07-19 05:33:15 -04:00
"@babel/eslint-parser": "^7.18.9",
2022-06-30 12:39:01 -04:00
"@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",
2022-08-23 06:23:57 -04:00
"eslint-plugin-nuxt": "3.2.0",
"sass": "^1.54.5",
"sass-loader": "^10.3.1"
2020-01-29 11:40:15 -05:00
}
}