Files
wger/package.json
dependabot[bot] 0c4a54191a Bump shariff from 3.2.1 to 3.3.0
Bumps [shariff](https://github.com/heiseonline/shariff) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/heiseonline/shariff/releases)
- [Changelog](https://github.com/heiseonline/shariff/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/heiseonline/shariff/compare/3.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: shariff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 23:59:08 +00:00

34 lines
918 B
JSON

{
"name": "wger",
"version": "2.2.dev1",
"description": "Self hosted FLOSS fitness/workout and weight tracker",
"repository": "github:wger-project/wger",
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/wger-project/wger/issues"
},
"homepage": "https://github.com/wger-project/wger",
"dependencies": {
"Sortable": "RubaXa/Sortable#1.15.0",
"bootstrap": "5.3.2",
"components-font-awesome": "5.9.0",
"d3": "^7.8.5",
"datatables": "^1.10.18",
"devbridge-autocomplete": "^1.4.11",
"jquery": "^3.7.0",
"masonry-layout": "^4.2.2",
"metrics-graphics": "^2.15.6",
"popper.js": "^1.16.1",
"shariff": "^3.3.0",
"tinymce": "^5.10.7",
"yarn": "^1.22.19"
},
"scripts": {
"build:css:sass": "sass wger/core/static/scss/main.scss:wger/core/static/yarn/bootstrap-compiled.css"
},
"engines": {
"yarn": ">= 1.0.0"
}
}