mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-27 22:46:38 +08:00
* fix(deps): update dependency altcha to v3.0.6 * chore(js): update vendored libraries --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
32 lines
836 B
JSON
Vendored
32 lines
836 B
JSON
Vendored
{
|
|
"name": "weblate-client-libs",
|
|
"version": "2026.5.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.51.0",
|
|
"@tarekraafat/autocomplete.js": "10.2.10",
|
|
"altcha": "3.0.6",
|
|
"autosize": "6.0.1",
|
|
"bootstrap": "5.3.8",
|
|
"hotkeys-js": "^4.0.3",
|
|
"jquery": "~3.7.1",
|
|
"prismjs": "1.30.0",
|
|
"slugify": "1.6.9",
|
|
"tom-select": "2.6.0",
|
|
"tributejs": "5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@argos-ci/cli": "4.3.1",
|
|
"css-loader": "7.1.4",
|
|
"mini-css-extract-plugin": "2.10.2",
|
|
"terser-webpack-plugin": "5.5.0",
|
|
"webpack": "5.106.2",
|
|
"webpack-cli": "7.0.2",
|
|
"webpack-license-plugin": "4.5.1"
|
|
}
|
|
}
|