mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-30 03:45:18 +08:00
20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"name": "weblate-client-libs",
|
|
"version": "5.8.2",
|
|
"description": "Used to manage 3rd party libraries for the client side.",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "8.36.0",
|
|
"jquery": "3.7.1",
|
|
"tributejs": "5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"terser-webpack-plugin": "5.3.10",
|
|
"webpack": "5.96.1",
|
|
"webpack-cli": "5.1.4",
|
|
"webpack-license-plugin": "4.5.0"
|
|
}
|
|
}
|