weblate/scripts/yarn/package.json
dependabot[bot] 07dc55766a
Bump slugify from 1.6.3 to 1.6.4 in /scripts/yarn
Bumps [slugify](https://github.com/simov/slugify) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/simov/slugify/releases)
- [Commits](https://github.com/simov/slugify/compare/v1.6.3...v1.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 19:59:01 +00:00

29 lines
785 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.16.1",
"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.1",
"modernizr": "^3.11.8",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"multi.js": "^0.5.2",
"prismjs": "^1.25.0",
"slugify": "^1.6.4",
"source-code-pro": "2.38.0",
"source-sans": "3.46.0",
"tributejs": "^5.1.3"
}
}