-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 926 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 926 Bytes
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
{
"name": "@woltlab/d.ts",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-inspector": "^5.0.0",
"@googlemaps/markerclusterer": "2.0.15",
"@types/facebook-js-sdk": "^3.3.12",
"@types/google.maps": "^3.58.1",
"@types/jquery": "^3.5.33",
"@types/pica": "5.1.3",
"@types/prismjs": "^1.26.5",
"@types/twitter-for-web": "0.0.6",
"@woltlab/editor": "git+https://github.com/WoltLab/editor.git#v6.1.14",
"@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.6",
"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",
"tabbable": "^6.3.0",
"tslib": "^2.8.1"
}
}