mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 05:06:11 +08:00
- 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.
18 lines
452 B
JSON
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"
|
|
}
|
|
}
|