aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index 81ed9d5..6f43f27 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"webpack-prod": "webpack --config webpack.prod.js --mode production",
"webpack-watch": "webpack --config webpack.dev.js --mode development --watch",
"test": "jest tests/jest/",
- "lint-css": "stylelint \"resources/assets/**/*.{css,scss,vue}\""
+ "lint-css": "stylelint \"resources/assets/**/*.{css,scss,vue}\"",
+ "lint-js": "eslint --config eslint.config.mjs"
},
"author": "",
"license": "GPL-2.0",
@@ -57,6 +58,7 @@
"@ckeditor/ckeditor5-typing": "^36.x",
"@ckeditor/ckeditor5-upload": "^36.x",
"@ckeditor/ckeditor5-vue": "^5.1.0",
+ "@eslint/js": "^9.16.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
@@ -88,13 +90,15 @@
"easygettext": "^2.17.0",
"es6-promise": "4.2.8",
"eslint": "^8.57.1",
- "eslint-plugin-vue": "^9.28.0",
+ "eslint-formatter-gitlab": "^5.1.0",
+ "eslint-plugin-vue": "^9.32.0",
"eslint-webpack-plugin": "^4.2.0",
"expose-loader": "^5.0.0",
"favico.js": "0.3.10",
"file-saver": "^2.0.5",
"focus-trap": "^7.6.2",
"focus-trap-vue": "^4.0.3",
+ "globals": "^15.13.0",
"highlight.js": "10.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
@@ -135,6 +139,7 @@
"tablesorter": "2.31.3",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
+ "typescript-eslint": "^8.17.0",
"vue": "^3.5.13",
"vue-dragscroll": "^4.0.6",
"vue-loader": "^17.4.2",