mirror of
https://github.com/wger-project/wger.git
synced 2026-02-19 07:50:55 +01:00
Bumps [Sortable](https://github.com/RubaXa/Sortable) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/RubaXa/Sortable/releases)
- [Commits](8a987c007c...4684991aab)
---
updated-dependencies:
- dependency-name: Sortable
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1019 B
JSON
40 lines
1019 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.14.0",
|
|
"bootstrap": "4.6.0",
|
|
"components-font-awesome": "5.9.0",
|
|
"d3": "^7.0.0",
|
|
"datatables": "^1.10.18",
|
|
"devbridge-autocomplete": "^1.4.11",
|
|
"jquery": "^3.6.0",
|
|
"masonry-layout": "^4.2.2",
|
|
"metrics-graphics": "^2.15.6",
|
|
"popper.js": "^1.16.1",
|
|
"shariff": "^3.2.1",
|
|
"tinymce": "^5.8.2",
|
|
"yarn": "^1.22.5"
|
|
},
|
|
"scripts": {
|
|
"build:css:sass": "sass wger/core/static/scss/main.scss:wger/core/static/yarn/bootstrap-compiled.css"
|
|
},
|
|
"engines": {
|
|
"yarn": ">= 1.0.0"
|
|
}
|
|
}
|