Add package.json
This commit is contained in:
parent
eb3cca99da
commit
8445a59cbe
2 changed files with 7 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
*.json
|
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
/package-lock.json
|
||||||
/target/
|
/target/
|
||||||
|
config.json
|
||||||
logs
|
logs
|
||||||
|
|
5
package.json
Normal file
5
package.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap": "^5.2"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue