weblate/scripts/yarn/package.json
dependabot[bot] 4c17f37cf4 build(deps): bump clipboard from 2.0.10 to 2.0.11 in /scripts/yarn
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 14:39:18 +02:00

29 lines
786 B
JSON

{
"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.19.7",
"autosize": "^5.0.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-rtl": "^3.3.4",
"clipboard": "^2.0.11",
"dejavu-fonts-ttf": "2.37.3",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"modernizr": "^3.12.0",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"multi.js": "^0.5.2",
"prismjs": "^1.28.0",
"slugify": "^1.6.5",
"source-code-pro": "2.38.0",
"source-sans": "3.46.0",
"tributejs": "^5.1.3"
}
}