Fix comma detection in Ui/ItemList/Static
[GitHub/WoltLab/WCF.git] / package.json
1 {
2 "name": "@woltlab/wcf",
3 "version": "5.4.0",
4 "files": [
5 "ts/**/*",
6 "global.d.ts"
7 ],
8 "devDependencies": {
9 "@typescript-eslint/eslint-plugin": "^5.22.0",
10 "@typescript-eslint/parser": "^5.22.0",
11 "@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
12 "eslint": "^8.14.0",
13 "eslint-config-prettier": "^8.5.0",
14 "prettier": "^2.6.2",
15 "typescript": "^4.7.4"
16 },
17 "dependencies": {
18 "@types/google.maps": "^3.48.7",
19 "@types/perfect-scrollbar": "^0.7.0",
20 "@types/facebook-js-sdk": "^3.3.5",
21 "@types/jquery": "^3.5.11",
22 "@types/pica": "^5.1.3",
23 "@types/prismjs": "^1.16.6",
24 "@types/twitter-for-web": "0.0.2",
25 "qr-creator": "^1.0.0",
26 "tslib": "^2.4.0"
27 }
28 }