mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-08 02:00:33 +08:00
This was never needed server-side, so there is no need to use cookies for this. It also allows to drop one JavaScript library.
21 lines
531 B
JSON
21 lines
531 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",
|
|
"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"
|
|
}
|
|
}
|