Files
wger/package.json
dependabot[bot] e723d35353 Bump htmx.org from 2.0.7 to 2.0.8
Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/bigskysoftware/htmx/releases)
- [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bigskysoftware/htmx/compare/v2.0.7...v2.0.8)

---
updated-dependencies:
- dependency-name: htmx.org
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-29 11:19:34 +01:00

29 lines
833 B
JSON

{
"name": "wger",
"version": "2.4.alpha1",
"description": "Self hosted FLOSS fitness/workout and weight tracker",
"repository": "github:wger-project/wger",
"author": "wger team <hello@wger.de>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/wger-project/wger/issues"
},
"homepage": "https://github.com/wger-project/wger",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.8",
"datatables.net-bs5": "^2.3.4",
"devbridge-autocomplete": "^1.5.0",
"htmx.org": "^2.0.8",
"jquery": "^3.7.1",
"masonry-layout": "^4.2.2"
},
"devDependencies": {
"@wger-project/react-components": "^25.10.24"
},
"scripts": {
"build:css:sass": "sass wger/core/static/scss/main.scss wger/core/static/bootstrap-compiled.css"
},
"packageManager": "npm@10.5.0"
}