-
- Downloads
move sass and webpack in dev dependency
... | ... | @@ -13,12 +13,12 @@ |
}, | ||
"devDependencies": { | ||
"concurrently": "^6.0.0", | ||
"webpack-cli": "^4.5.0" | ||
"webpack-cli": "^4.5.0", | ||
"sass": "^1.32.8", | ||
"webpack": "^5.28.0" | ||
}, | ||
"dependencies": { | ||
"basiclightbox": "^5.0.4", | ||
"chart.js": "^2.9.4", | ||
"sass": "^1.32.8", | ||
"webpack": "^5.28.0" | ||
"chart.js": "^2.9.4" | ||
} | ||
} |
Please register or sign in to comment