feat: add package.json and .gitignore for Bootstrap 5 migration - Add package.json with Bootstrap 5 and Popper.js dependencies - Add .gitignore to exclude node_modules and Python cache files
This commit is contained in:
parent
3175dbc0fe
commit
a46f2f19fd
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
__pycache__
|
__pycache__/
|
||||||
logs
|
*.pyc
|
||||||
|
logs
|
||||||
|
node_modules/
|
||||||
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "salvagedb-web",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "SalvageDB Web Application",
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap": "^5.3.2",
|
||||||
|
"@popperjs/core": "^2.11.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user