Add `userID` to `$data` array
[GitHub/WoltLab/WCF.git] / package.json
1 {
2 "name": "@woltlab/wcf",
3 "scripts": {
4 "bundle-web-components": "npx esbuild ts/WoltLabSuite/WebComponent/index.ts --minify --bundle --watch --outfile=wcfsetup/install/files/js/WoltLabSuite/WebComponent.min.js"
5 },
6 "devDependencies": {
7 "@typescript-eslint/eslint-plugin": "^6.5.0",
8 "@typescript-eslint/parser": "^6.5.0",
9 "esbuild": "^0.19.2",
10 "eslint": "^8.48.0",
11 "eslint-config-prettier": "^9.0.0",
12 "prettier": "^3.0.3",
13 "typescript": "^5.2.2"
14 },
15 "dependencies": {
16 "@ckeditor/ckeditor5-inspector": "^4.1.0",
17 "@googlemaps/markerclusterer": "^2.0.15",
18 "@types/facebook-js-sdk": "^3.3.7",
19 "@types/google.maps": "^3.54.0",
20 "@types/jquery": "^3.5.18",
21 "@types/pica": "^5.1.3",
22 "@types/prismjs": "^1.26.0",
23 "@types/twitter-for-web": "0.0.3",
24 "@woltlab/editor": "git+https://github.com/WoltLab/editor.git#c407a8efe4f3ad08d7777cd71dce30b4dd2a523a",
25 "@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
26 "focus-trap": "^7.5.2",
27 "html-parsed-element": "^0.4.1",
28 "perfect-scrollbar": "^1.5.5",
29 "qr-creator": "^1.0.0",
30 "reflect-metadata": "^0.1.13",
31 "tabbable": "^6.2.0",
32 "tslib": "^2.6.2"
33 }
34 }