Fix validation in UploadFormField::maximumImageWidth()
[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": {
60f00bb6
TD
9 "@typescript-eslint/eslint-plugin": "^6.2.1",
10 "@typescript-eslint/parser": "^6.2.1",
939124bf 11 "@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
60f00bb6
TD
12 "eslint": "^8.46.0",
13 "eslint-config-prettier": "^8.9.0",
f4872541
TD
14 "prettier": "^2.8.8",
15 "typescript": "^5.1.6"
a132a670
AE
16 },
17 "dependencies": {
4abc3275 18 "@types/google.maps": "^3.53.5",
928ceced 19 "@types/perfect-scrollbar": "^0.7.0",
2b711a2e 20 "@types/facebook-js-sdk": "^3.3.6",
4abc3275 21 "@types/jquery": "^3.5.16",
5ffe7716
TD
22 "@types/pica": "^5.1.3",
23 "@types/prismjs": "^1.16.6",
24 "@types/twitter-for-web": "0.0.2",
b486ada8 25 "focus-trap": "^6.9.4",
6e8e1a93 26 "qr-creator": "^1.0.0",
b486ada8 27 "tabbable": "^5.3.3",
05e21703 28 "tslib": "^2.6.1"
b612e0a6
TD
29 }
30}