Added rewrite.

This commit is contained in:
SamTV12345 2024-07-22 14:53:37 +02:00
parent fa2d6d15a9
commit f8175a6433
76 changed files with 3150 additions and 2453 deletions

View file

@ -31,6 +31,7 @@
],
"dependencies": {
"@etherpad/express-session": "^1.18.2",
"@types/cookie-parser": "^1.4.7",
"async": "^3.2.5",
"axios": "^1.7.2",
"cookie-parser": "^1.4.6",
@ -83,19 +84,24 @@
"devDependencies": {
"@playwright/test": "^1.45.2",
"@types/async": "^3.2.24",
"@types/cross-spawn": "^6.0.6",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/formidable": "^3.4.5",
"@types/http-errors": "^2.0.4",
"@types/jquery": "^3.5.30",
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.7",
"@types/jsonminify": "^0.4.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/oidc-provider": "^8.5.1",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"@types/tinycon": "^0.6.5",
"@types/underscore": "^1.11.15",
"@types/unorm": "^1.3.31",
"chokidar": "^3.6.0",
@ -110,7 +116,8 @@
"sinon": "^18.0.0",
"split-grid": "^1.0.11",
"supertest": "^7.0.0",
"typescript": "^5.5.3"
"typescript": "^5.5.3",
"vitest": "^2.0.3"
},
"engines": {
"node": ">=18.18.2",