local packaging for asset files

This commit is contained in:
Jonas Heinrich 2024-02-22 15:34:01 +01:00
parent e06e7f5593
commit 834c66ffa8
6 changed files with 3689 additions and 27 deletions

View file

@ -1,6 +1,12 @@
{
"dependencies": {
"bootstrap": "^5.3.2",
"feather-icons": "^4.29.1"
"bootstrap": "^5.3.3",
"feather-icons": "^4.29.1",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"progress-tracker": "^2.0.7"
},
"scripts": {
"build": "gulp"
}
}
}