-
Notifications
You must be signed in to change notification settings - Fork 144
/
package.json
35 lines (35 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@woltlab/wcf",
"scripts": {
"bundle-web-components": "npx esbuild ts/WoltLabSuite/WebComponent/index.ts --minify --bundle --watch --outfile=wcfsetup/install/files/js/WoltLabSuite/WebComponent.min.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"esbuild": "^0.24.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"dependencies": {
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@googlemaps/markerclusterer": "2.0.15",
"@types/facebook-js-sdk": "^3.3.12",
"@types/google.maps": "^3.58.1",
"@types/jquery": "^3.5.30",
"@types/pica": "5.1.3",
"@types/prismjs": "^1.26.4",
"@types/twitter-for-web": "0.0.6",
"@woltlab/editor": "git+https://github.com/WoltLab/editor.git#efa5ffdc4a094c55ef015b29c9d5024649a8ea32",
"@woltlab/visual-dom-diff": "git+https://github.com/WoltLab/visual-dom-diff.git#e5b51fce3157d1eda310566fc1f86101341d1fea",
"@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
"focus-trap": "^7.6.0",
"html-parsed-element": "^0.4.1",
"perfect-scrollbar": "^1.5.5",
"qr-creator": "^1.0.0",
"reflect-metadata": "^0.2.2",
"tabbable": "^6.2.0",
"tslib": "^2.7.0"
}
}