Files
wger/package.json
Roland Geider 641d8db998 Merge branch 'master' into feature/update-bootstrap-5.2
# Conflicts:
#	.github/workflows/ci.yml
#	requirements.txt
#	wger/core/templates/language/overview.html
#	wger/core/templates/language/view.html
#	wger/core/templates/template.html
2023-02-08 16:12:14 +01:00

40 lines
1021 B
JSON

{
"name": "wger",
"version": "2.1.dev1",
"description": "Self hosted FLOSS fitness/workout and weight tracker",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wger-project/wger/wger.git"
},
"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.2.2",
"components-font-awesome": "5.9.0",
"d3": "^7.8.2",
"datatables": "^1.10.18",
"devbridge-autocomplete": "^1.4.11",
"jquery": "^3.6.3",
"masonry-layout": "^4.2.2",
"metrics-graphics": "^2.15.6",
"popper.js": "^1.16.1",
"shariff": "^3.2.1",
"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"
}
}