42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "ffplayout-frontend",
|
|
"version": "5.3.1",
|
|
"description": "Web GUI for ffplayout",
|
|
"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": {
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
"@nuxtjs/dayjs": "^1.4.1",
|
|
"@nuxtjs/dotenv": "^1.4.1",
|
|
"bootstrap": "^4.6.2",
|
|
"bootstrap-vue": "^2.23.1",
|
|
"cookie-universal-nuxt": "^2.2.2",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash": "^4.17.21",
|
|
"mpegts.js": "^1.7.1",
|
|
"nuxt": "^2.15.8",
|
|
"splitpanes": "^2.4.1",
|
|
"video.js": "^7.20.3",
|
|
"vue-loading-overlay": "^3.4.2",
|
|
"vuedraggable": "^2.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@nuxtjs/eslint-config": "^5.0.0",
|
|
"@nuxtjs/eslint-module": "^3.1.0",
|
|
"@nuxtjs/style-resources": "^1.2.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-nuxt": "3.2.0",
|
|
"sass": "^1.57.0",
|
|
"sass-loader": "^10.3.1"
|
|
}
|
|
}
|