Register `UserLoginCancelLostPasswordListener` in the bootstrap script
[GitHub/WoltLab/WCF.git] / package.json
CommitLineData
b612e0a6 1{
99735c4f 2 "name": "@woltlab/wcf",
d994c6e9 3 "version": "5.4.0",
01118453 4 "files": [
5 "ts/**/*",
6 "global.d.ts"
7 ],
b612e0a6 8 "devDependencies": {
cb19307a
TD
9 "@typescript-eslint/eslint-plugin": "^5.37.0",
10 "@typescript-eslint/parser": "^5.37.0",
939124bf 11 "@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
cb19307a 12 "eslint": "^8.23.1",
716617cf 13 "eslint-config-prettier": "^8.5.0",
41b5a7f4
TD
14 "prettier": "^2.7.1",
15 "typescript": "^4.7.4"
a132a670
AE
16 },
17 "dependencies": {
1f62bf59 18 "@types/google.maps": "^3.50.1",
928ceced 19 "@types/perfect-scrollbar": "^0.7.0",
4e58d991 20 "@types/facebook-js-sdk": "^3.3.5",
41b5a7f4 21 "@types/jquery": "^3.5.14",
5ffe7716
TD
22 "@types/pica": "^5.1.3",
23 "@types/prismjs": "^1.16.6",
24 "@types/twitter-for-web": "0.0.2",
76b79be8 25 "focus-trap": "^7.0.0",
6e8e1a93 26 "qr-creator": "^1.0.0",
76b79be8 27 "tabbable": "^6.0.0",
ddc54fdb 28 "tslib": "^2.4.0"
b612e0a6
TD
29 }
30}