Files
wger/package.json
Roland Geider bff492ef5e Merge branch 'master' into release/2.2
# Conflicts:
#	.github/workflows/docker-base.yml
#	.github/workflows/docker-demo.yml
#	wger/__init__.py
#	wger/locale/fr/LC_MESSAGES/django.po
2023-12-05 15:04:21 +01:00

32 lines
857 B
JSON

{
"name": "wger",
"version": "2.3.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.1",
"masonry-layout": "^4.2.2",
"popper.js": "^1.16.1",
"shariff": "^3.3.0",
"yarn": "^1.22.21"
},
"scripts": {
"build:css:sass": "sass wger/core/static/scss/main.scss:wger/core/static/yarn/bootstrap-compiled.css"
},
"engines": {
"yarn": ">= 1.0.0"
}
}