Merge pull request #4758 from WoltLab/mailbox-filterAddress
[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": {
716617cf
TD
9 "@typescript-eslint/eslint-plugin": "^5.14.0",
10 "@typescript-eslint/parser": "^5.14.0",
939124bf 11 "@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
716617cf
TD
12 "eslint": "^8.10.0",
13 "eslint-config-prettier": "^8.5.0",
da465335 14 "prettier": "^2.5.1",
716617cf 15 "typescript": "^4.6.2"
a132a670
AE
16 },
17 "dependencies": {
928ceced
TD
18 "@types/google.maps": "^3.47.2",
19 "@types/perfect-scrollbar": "^0.7.0",
4e58d991 20 "@types/facebook-js-sdk": "^3.3.5",
2c7d8b44 21 "@types/jquery": "^3.5.11",
5ffe7716
TD
22 "@types/pica": "^5.1.3",
23 "@types/prismjs": "^1.16.6",
24 "@types/twitter-for-web": "0.0.2",
a85aaec3 25 "focus-trap": "^6.7.1",
6e8e1a93 26 "qr-creator": "^1.0.0",
a85aaec3 27 "tabbable": "^5.2.1",
5ffe7716 28 "tslib": "^2.3.1"
b612e0a6
TD
29 }
30}