Files
wger/package.json
dependabot[bot] 480eb499fc Bump tinymce from 5.9.1 to 5.9.2
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/tinymce/tinymce/releases)
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/5.9.2/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 23:01:52 +00:00

42 lines
1.2 KiB
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.1",
"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.9.2",
"yarn": "^1.22.11"
},
"scripts": {
"build:css:sass": "sass wger/core/static/scss/main.scss:wger/core/static/yarn/bootstrap-compiled.css",
"build:angular": "cd angular && ng build --configuration production --output-path ../wger/core/static/angular --output-hashing none --localize",
"build:angular:i18n": "cd angular && ng extract-i18n --output-path src/locale/"
},
"engines": {
"yarn": ">= 1.0.0"
}
}