-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.8 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.8 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"esbuild": "^0.27.4",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@ckeditor/ckeditor5-inspector": "^5.0.0",
"@fancyapps/ui": "^6.1.13",
"@googlemaps/markerclusterer": "2.6.2",
"@types/facebook-js-sdk": "^3.3.12",
"@types/google.maps": "^3.58.1",
"@types/grecaptcha": "^3.0.9",
"@types/jquery": "^3.5.33",
"@types/pica": "5.1.3",
"@types/prismjs": "^1.26.6",
"@types/sortablejs": "^1.15.9",
"@types/supercluster": "^7.1.3",
"@types/twitter-for-web": "0.0.6",
"@woltlab/editor": "git+https://github.com/WoltLab/editor.git#be0fc99f19cdcdbaac62d02f3d4928b10249689c",
"@woltlab/visual-dom-diff": "git+https://github.com/WoltLab/visual-dom-diff.git#e5b51fce3157d1eda310566fc1f86101341d1fea",
"@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
"cropperjs": "2.1.0",
"exifreader": "^4.37.0",
"focus-trap": "^8.0.0",
"hash-wasm": "^4.12.0",
"html-parsed-element": "^0.4.1",
"perfect-scrollbar": "^1.5.6",
"qr-creator": "^1.0.0",
"reflect-metadata": "^0.2.2",
"sortablejs": "^1.15.7",
"tabbable": "^6.4.0",
"tslib": "^2.8.1"
},
"exifreader": {
"include": {
"jpeg": true,
"png": true,
"webp": true,
"exif": [
"Orientation"
]
}
}
}