* ffmpeg profile functionality, sweetalert2 * add new files * cleanup controller; remove unused classes * apply formatting * cleanup core project * don't use bom * whitespace * remove generated css * remove generated js/map * Remove attempted linter fix, channels button, watermarks page. Fixed handlerror. * Changed deleted confirmation to toast. * Localized strings for language change. Modified Action icons to buttons and left default sizes. Changed Cancel to No where Yes is an option * lint Co-authored-by: Jason Dove <jason@jasondove.me>
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"name": "client-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "5.9.55",
|
|
"@sweetalert2/theme-dark": "^5.0.11",
|
|
"axios": "^0.26.1",
|
|
"core-js": "^3.8.3",
|
|
"pinia": "^2.0.11",
|
|
"pinia-plugin-persistedstate": "^1.5.1",
|
|
"roboto-fontface": "*",
|
|
"sweetalert2": "^11.4.17",
|
|
"vue": "^2.6.14",
|
|
"vue-class-component": "^7.2.6",
|
|
"vue-i18n": "^8.26.3",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-router": "^3.2.0",
|
|
"vue-sweetalert2": "^5.0.5",
|
|
"vuetify": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/composition-api": "^1.4.9",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"sass": "~1.32.0",
|
|
"sass-loader": "^10.0.0",
|
|
"typescript": "~4.5.5",
|
|
"vue-cli-plugin-i18n": "~2.3.1",
|
|
"vue-cli-plugin-vuetify": "~2.4.7",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"vuetify-loader": "^1.7.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"plugin:prettier/recommended",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"rules": {
|
|
"prettier/prettier": [
|
|
"error",
|
|
{
|
|
"endOfLine": "auto",
|
|
"tabWidth": 4
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|