mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 20:24:13 +08:00
Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) Signed-off-by: dependabot[bot] <support@github.com>
29 lines
787 B
JSON
Vendored
29 lines
787 B
JSON
Vendored
{
|
|
"name": "Weblate",
|
|
"description": "Mock to install javascript deps",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0+",
|
|
"scripts": {
|
|
"build:modernizr": "modernizr -c ./modernizr-config.json -d modernizr.js",
|
|
"build": "npm run build:modernizr"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "6.2.1",
|
|
"autosize": "^4.0.0",
|
|
"bootstrap-datepicker": "^1.9.0",
|
|
"bootstrap-rtl": "^3.3.4",
|
|
"clipboard": "^2.0.6",
|
|
"dejavu-fonts-ttf": "2.37.3",
|
|
"jquery": "^3.6.0",
|
|
"js-cookie": "^2.2.1",
|
|
"modernizr": "^3.11.4",
|
|
"mousetrap": "^1.6.5",
|
|
"mousetrap-global-bind": "^1.1.0",
|
|
"multi.js": "^0.5.2",
|
|
"prismjs": "^1.23.0",
|
|
"slugify": "^1.4.7",
|
|
"source-code-pro": "2.30.2",
|
|
"source-sans-pro": "3.6.0",
|
|
"tributejs": "^5.1.3"
|
|
}
|
|
}
|