Moove our react components to dev again, was moved out by mistake

This commit is contained in:
Roland Geider
2025-11-23 00:26:45 +01:00
parent b54d6d6829
commit fde2f7164f
2 changed files with 290 additions and 2 deletions

288
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,6 @@
"homepage": "https://github.com/wger-project/wger",
"dependencies": {
"@popperjs/core": "^2.11.8",
"@wger-project/react-components": "25.11.22",
"bootstrap": "5.3.8",
"datatables.net-bs5": "^2.3.5",
"devbridge-autocomplete": "^1.5.0",
@@ -19,6 +18,9 @@
"jquery": "^3.7.1",
"masonry-layout": "^4.2.2"
},
"devDependencies": {
"@wger-project/react-components": "25.11.22"
},
"scripts": {
"build:css:sass": "sass wger/core/static/scss/main.scss wger/core/static/bootstrap-compiled.css"
},