|
|
@ -44,69 +44,68 @@ |
|
|
|
"update-language-files": "cd extra/update-language-files && node index.js && eslint ../../src/languages/**.js --fix" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36", |
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.4", |
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4", |
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-4", |
|
|
|
"@louislam/sqlite3": "^5.0.6", |
|
|
|
"@popperjs/core": "^2.10.1", |
|
|
|
"args-parser": "^1.3.0", |
|
|
|
"axios": "^0.21.4", |
|
|
|
"bcryptjs": "^2.4.3", |
|
|
|
"bootstrap": "^5.1.1", |
|
|
|
"chart.js": "^3.5.1", |
|
|
|
"chartjs-adapter-dayjs": "^1.0.0", |
|
|
|
"command-exists": "^1.2.9", |
|
|
|
"compare-versions": "^3.6.0", |
|
|
|
"dayjs": "^1.10.7", |
|
|
|
"express": "^4.17.1", |
|
|
|
"express-basic-auth": "^1.2.0", |
|
|
|
"form-data": "^4.0.0", |
|
|
|
"http-graceful-shutdown": "^3.1.4", |
|
|
|
"jsonwebtoken": "^8.5.1", |
|
|
|
"lodash.get": "^4.4.2", |
|
|
|
"nodemailer": "^6.6.5", |
|
|
|
"notp": "^2.0.3", |
|
|
|
"password-hash": "^1.2.2", |
|
|
|
"postcss-rtlcss": "^3.4.1", |
|
|
|
"postcss-scss": "^4.0.0", |
|
|
|
"prom-client": "^13.2.0", |
|
|
|
"prometheus-api-metrics": "^3.2.0", |
|
|
|
"qrcode": "^1.4.4", |
|
|
|
"@fortawesome/fontawesome-svg-core": "~1.2.36", |
|
|
|
"@fortawesome/free-regular-svg-icons": "~5.15.4", |
|
|
|
"@fortawesome/free-solid-svg-icons": "~5.15.4", |
|
|
|
"@fortawesome/vue-fontawesome": "~3.0.0-4", |
|
|
|
"@louislam/sqlite3": "~5.0.6", |
|
|
|
"@popperjs/core": "~2.10.1", |
|
|
|
"args-parser": "~1.3.0", |
|
|
|
"axios": "~0.21.4", |
|
|
|
"bcryptjs": "~2.4.3", |
|
|
|
"bootstrap": "~5.1.1", |
|
|
|
"chart.js": "~3.5.1", |
|
|
|
"chartjs-adapter-dayjs": "~1.0.0", |
|
|
|
"command-exists": "~1.2.9", |
|
|
|
"compare-versions": "~3.6.0", |
|
|
|
"dayjs": "~1.10.7", |
|
|
|
"express": "~4.17.1", |
|
|
|
"express-basic-auth": "~1.2.0", |
|
|
|
"form-data": "~4.0.0", |
|
|
|
"http-graceful-shutdown": "~3.1.4", |
|
|
|
"jsonwebtoken": "~8.5.1", |
|
|
|
"nodemailer": "~6.6.5", |
|
|
|
"notp": "~2.0.3", |
|
|
|
"password-hash": "~1.2.2", |
|
|
|
"postcss-rtlcss": "~3.4.1", |
|
|
|
"postcss-scss": "~4.0.0", |
|
|
|
"prom-client": "~13.2.0", |
|
|
|
"prometheus-api-metrics": "~3.2.0", |
|
|
|
"qrcode": "~1.4.4", |
|
|
|
"redbean-node": "0.1.2", |
|
|
|
"socket.io": "^4.2.0", |
|
|
|
"socket.io-client": "^4.2.0", |
|
|
|
"tcp-ping": "^0.1.1", |
|
|
|
"thirty-two": "^1.0.2", |
|
|
|
"timezones-list": "^3.0.1", |
|
|
|
"v-pagination-3": "^0.1.6", |
|
|
|
"socket.io": "~4.2.0", |
|
|
|
"socket.io-client": "~4.2.0", |
|
|
|
"tcp-ping": "~0.1.1", |
|
|
|
"thirty-two": "~1.0.2", |
|
|
|
"timezones-list": "~3.0.1", |
|
|
|
"v-pagination-3": "~0.1.6", |
|
|
|
"vue": "next", |
|
|
|
"vue-chart-3": "^0.5.8", |
|
|
|
"vue-confirm-dialog": "^1.0.2", |
|
|
|
"vue-contenteditable": "^3.0.4", |
|
|
|
"vue-i18n": "^9.1.7", |
|
|
|
"vue-image-crop-upload": "^3.0.3", |
|
|
|
"vue-multiselect": "^3.0.0-alpha.2", |
|
|
|
"vue-qrcode": "^1.0.0", |
|
|
|
"vue-router": "^4.0.11", |
|
|
|
"vue-toastification": "^2.0.0-rc.1", |
|
|
|
"vuedraggable": "^4.1.0" |
|
|
|
"vue-chart-3": "~0.5.8", |
|
|
|
"vue-confirm-dialog": "~1.0.2", |
|
|
|
"vue-contenteditable": "~3.0.4", |
|
|
|
"vue-i18n": "~9.1.7", |
|
|
|
"vue-image-crop-upload": "~3.0.3", |
|
|
|
"vue-multiselect": "~3.0.0-alpha.2", |
|
|
|
"vue-qrcode": "~1.0.0", |
|
|
|
"vue-router": "~4.0.11", |
|
|
|
"vue-toastification": "~2.0.0-rc.1", |
|
|
|
"vuedraggable": "~4.1.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@babel/eslint-parser": "^7.15.7", |
|
|
|
"@types/bootstrap": "^5.1.6", |
|
|
|
"@vitejs/plugin-legacy": "^1.5.3", |
|
|
|
"@vitejs/plugin-vue": "^1.9.1", |
|
|
|
"@vue/compiler-sfc": "^3.2.16", |
|
|
|
"core-js": "^3.18.0", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"dns2": "^2.0.1", |
|
|
|
"eslint": "^7.32.0", |
|
|
|
"eslint-plugin-vue": "^7.18.0", |
|
|
|
"sass": "^1.42.1", |
|
|
|
"stylelint": "^13.13.1", |
|
|
|
"stylelint-config-standard": "^22.0.0", |
|
|
|
"typescript": "^4.4.3", |
|
|
|
"vite": "2.5.*" |
|
|
|
"@babel/eslint-parser": "~7.15.7", |
|
|
|
"@types/bootstrap": "~5.1.6", |
|
|
|
"@vitejs/plugin-legacy": "~1.5.3", |
|
|
|
"@vitejs/plugin-vue": "~1.9.1", |
|
|
|
"@vue/compiler-sfc": "~3.2.16", |
|
|
|
"core-js": "~3.18.0", |
|
|
|
"cross-env": "~7.0.3", |
|
|
|
"dns2": "~2.0.1", |
|
|
|
"eslint": "~7.32.0", |
|
|
|
"eslint-plugin-vue": "~7.18.0", |
|
|
|
"sass": "~1.42.1", |
|
|
|
"stylelint": "~13.13.1", |
|
|
|
"stylelint-config-standard": "~22.0.0", |
|
|
|
"typescript": "~4.4.3", |
|
|
|
"vite": "~2.5.10" |
|
|
|
} |
|
|
|
} |
|
|
|