mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [jquery](https://github.com/jquery/jquery) from 3.7.1 to 4.0.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.7.1...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
759 B
JSON
27 lines
759 B
JSON
{
|
|
"name": "wger",
|
|
"version": "2.5-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.6",
|
|
"htmx.org": "^2.0.8",
|
|
"jquery": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@wger-project/react-components": "26.1.18"
|
|
},
|
|
"scripts": {
|
|
"build:css:sass": "sass wger/core/static/scss/main.scss wger/core/static/bootstrap-compiled.css"
|
|
},
|
|
"packageManager": "npm@10.5.0"
|
|
}
|