-
-
Notifications
You must be signed in to change notification settings - Fork 873
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 759 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "wger",
"version": "2.6-alpha1",
"description": "Self hosted FLOSS fitness/workout and weight tracker",
"repository": "github:wger-project/wger",
"author": "wger team <hello@wger.de>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/wger-project/wger/issues"
},
"homepage": "https://github.com/wger-project/wger",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.8",
"datatables.net-bs5": "^2.3.7",
"htmx.org": "^2.0.8",
"jquery": "^4.0.0"
},
"devDependencies": {
"@wger-project/react-components": "26.4.14"
},
"scripts": {
"build:css:sass": "sass wger/core/static/scss/main.scss wger/core/static/bootstrap-compiled.css"
},
"packageManager": "npm@10.5.0"
}