weblate/scripts/yarn/package.json
dependabot[bot] 4128b77da8 build(deps): bump prismjs from 1.24.0 to 1.24.1 in /scripts/yarn
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 08:49:36 +02:00

29 lines
787 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.9.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": "^2.2.1",
"modernizr": "^3.11.7",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"multi.js": "^0.5.2",
"prismjs": "^1.24.1",
"slugify": "^1.5.3",
"source-code-pro": "2.38.0",
"source-sans-pro": "3.6.0",
"tributejs": "^5.1.3"
}
}