Files
wger/package.json
Roland Geider c8889abf3d Use yarn to manage JS/CSS libraries
Bower is deprecated and was also making some trouble under certain circumstances
such as Docker, where sometimes it would download the files to the wrong folder.
Hopefully this results in less headaches.
2020-07-29 13:49:34 +02:00

35 lines
1019 B
JSON

{
"name": "wger",
"version": "2.0.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": {
"yarn": "^1.22.4",
"Sortable": "RubaXa/Sortable#1.4.x",
"bootstrap": "twbs/bootstrap#4.x",
"components-font-awesome": "components/font-awesome#5.13.x",
"d3": "mbostock-bower/d3-bower#>=4",
"datatables": "DataTables/DataTables#1.10.x",
"devbridge-autocomplete": "devbridge/jQuery-Autocomplete#1.2.x",
"jquery": "jquery/jquery-dist#2.x",
"metrics-graphics": "mozilla/metrics-graphics#2.15.x",
"shariff": "heiseonline/shariff#1.24.1",
"tinymce": "tinymce/tinymce-dist#4.5.x"
},
"engines": {
"yarn": ">= 1.0.0"
}
}