add babel-loader and webpack-cli to dependencies
parent
aeab8c8f
No related branches found
No related tags found
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
... | ... | @@ -21,8 +21,10 @@ |
}, | ||
"homepage": "https://github.com/Davka/StudIP-SimpleBBB-Connector#readme", | ||
"devDependencies": { | ||
"babel-loader": "^9.1.3", | ||
"chart.js": "^3.7.1", | ||
"webpack": "^5.72.*", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.9.*", | ||
"websocket-extensions": ">=0.1.4" | ||
}, | ||
... | ... |
Please register or sign in to comment