-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 957 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "weblate-client-libs",
"version": "5.17.0",
"description": "Used to manage 3rd party libraries for the client side.",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "webpack"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@sentry/browser": "10.43.0",
"@tarekraafat/autocomplete.js": "10.2.9",
"altcha": "2.3.0",
"autosize": "6.0.1",
"bootstrap": "5.3.8",
"daterangepicker": "3.1.0",
"jquery": "~3.7.1",
"moment": "2.30.1",
"mousetrap": "1.6.5",
"mousetrap-global-bind": "1.1.0",
"multi.js": "0.5.3",
"prismjs": "1.30.0",
"slugify": "1.6.6",
"tributejs": "5.1.3"
},
"resolutions": {
"daterangepicker/jquery": "~3.7.1"
},
"devDependencies": {
"css-loader": "7.1.4",
"mini-css-extract-plugin": "2.10.0",
"terser-webpack-plugin": "5.3.17",
"webpack": "5.105.4",
"webpack-cli": "6.0.1",
"webpack-license-plugin": "4.5.1"
}
}