mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [datatables.net-bs5](https://github.com/DataTables/Dist-DataTables-Bootstrap5) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap5/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-Bootstrap5/compare/2.3.3...2.3.4) --- updated-dependencies: - dependency-name: datatables.net-bs5 dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
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",
|
|
"components-font-awesome": "5.9.0",
|
|
"datatables.net-bs5": "^2.3.4",
|
|
"devbridge-autocomplete": "^1.4.11",
|
|
"htmx.org": "^2.0.7",
|
|
"jquery": "^3.7.1",
|
|
"masonry-layout": "^4.2.2",
|
|
"popper.js": "^1.16.1"
|
|
},
|
|
"scripts": {
|
|
"build:css:sass": "sass wger/core/static/scss/main.scss wger/core/static/yarn/bootstrap-compiled.css",
|
|
"install:force": "yarn install && yarn run postinstall",
|
|
"postinstall": "rm -rf wger/core/static/yarn/ && mkdir -p wger/core/static/yarn/ && cp -r node_modules/* wger/core/static/yarn/"
|
|
},
|
|
"engines": {
|
|
"yarn": ">= 1.0.0"
|
|
},
|
|
"packageManager": "yarn@4.9.2"
|
|
}
|