mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 23:04:52 +08:00
* Add webpack bundeling for client side libraries. Started with Sentry. * Fix docs, sentry version, and yarn update script. - Moved the documentation for installing libraries into `docs/contributing/frontend.rst` - Used the exact version of Sentry. - Removed Sentry from old `yarn-update` script * Remove sentry and browserify from scripts/yarn/package.json It is no longer needed here. * Remove unused License: BSD-3-Clause * Modify yarn-update.yml to update client/ packages * Trigger yarn update on client/* changes * Add standalone license file for Sentry The license header in the file gets overwritten by yarn build. * Update yarn.lock Co-authored-by: Michal Čihař <michal@cihar.com>
22 lines
557 B
JSON
22 lines
557 B
JSON
{
|
|
"name": "Weblate",
|
|
"description": "Mock to install javascript deps",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0+",
|
|
"dependencies": {
|
|
"@tarekraafat/autocomplete.js": "^10.2.7",
|
|
"autosize": "6.0.1",
|
|
"bootstrap-rtl": "3.3.4",
|
|
"daterangepicker": "^3.1.0",
|
|
"jquery": "3.7.1",
|
|
"js-cookie": "3.0.5",
|
|
"mousetrap": "1.6.5",
|
|
"mousetrap-global-bind": "1.1.0",
|
|
"multi.js": "0.5.3",
|
|
"prismjs": "1.29.0",
|
|
"slugify": "1.6.6",
|
|
"source-code-pro": "2.38.0",
|
|
"source-sans": "3.46.0",
|
|
"tributejs": "5.1.3"
|
|
}
|
|
}
|