add npm package.json

This commit is contained in:
Jonas Heinrich 2024-02-22 14:05:53 +01:00
parent a9c21a0d9a
commit e06e7f5593
4 changed files with 73 additions and 97 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"dependencies": {
"bootstrap": "^5.3.2",
"feather-icons": "^4.29.1"
}
}