weblate/scripts/yarn/package.json
dependabot[bot] 02b5b1c8ff build(deps): bump modernizr from 3.11.7 to 3.11.8 in /scripts/yarn
Bumps [modernizr](https://github.com/Modernizr/Modernizr) from 3.11.7 to 3.11.8.
- [Release notes](https://github.com/Modernizr/Modernizr/releases)
- [Changelog](https://github.com/Modernizr/Modernizr/blob/v3.11.8/CHANGELOG.md)
- [Commits](https://github.com/Modernizr/Modernizr/compare/v3.11.7...v3.11.8)

---
updated-dependencies:
- dependency-name: modernizr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-18 16:39:18 +02:00

29 lines
785 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.11.0",
"autosize": "^5.0.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-rtl": "^3.3.4",
"clipboard": "^2.0.8",
"dejavu-fonts-ttf": "2.37.3",
"jquery": "^3.6.0",
"js-cookie": "^3.0.0",
"modernizr": "^3.11.8",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"multi.js": "^0.5.2",
"prismjs": "^1.24.1",
"slugify": "^1.6.0",
"source-code-pro": "2.38.0",
"source-sans": "3.28.0",
"tributejs": "^5.1.3"
}
}