weblate/scripts/yarn/package.json
Mehdi El Oualy 56d8aa481d Add tributejs library to be managed by client/
- Removed tribute from the old workflow to the new one in client/
- Built the libarary into static/js/vendor/tribute.js then
- Used by the base.html template
- Added license files and info using webpack during build
- Improved the mainLicenseTransform function for better multiple library liceses exclusion handling.
2024-10-11 12:50:12 +02:00

18 lines
452 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",
"daterangepicker": "^3.1.0",
"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"
}
}