Add package.json

This commit is contained in:
Mo 2022-11-02 22:35:25 +01:00
parent eb3cca99da
commit 8445a59cbe
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.json
/Cargo.lock
/node_modules/
/package-lock.json
/target/
config.json
logs

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"bootstrap": "^5.2"
}
}