mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-26 14:23:58 +08:00
29 lines
761 B
JSON
Vendored
29 lines
761 B
JSON
Vendored
{
|
|
"name": "weblate-client-libs",
|
|
"version": "2026.7.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.62.0",
|
|
"@tarekraafat/autocomplete.js": "10.2.10",
|
|
"altcha": "3.1.0",
|
|
"bootstrap": "5.3.8",
|
|
"hotkeys-js": "^4.0.3",
|
|
"prismjs": "1.30.0",
|
|
"slugify": "1.6.9",
|
|
"tom-select": "2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@argos-ci/cli": "5.1.3",
|
|
"css-loader": "7.1.4",
|
|
"mini-css-extract-plugin": "2.10.2",
|
|
"terser-webpack-plugin": "5.6.1",
|
|
"webpack": "5.108.0",
|
|
"webpack-cli": "7.1.0",
|
|
"webpack-license-plugin": "4.5.1"
|
|
}
|
|
}
|