Skip to content

Commit

Permalink
Merge pull request #1 from ZuliusRoolf:add-bootstrap-to-project
Browse files Browse the repository at this point in the history
add bootstrap
  • Loading branch information
ZuliusRoolf authored Apr 23, 2024
2 parents 54d704e + 1df45eb commit f410c0c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
29 changes: 29 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5.3.3",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18",
"next": "14.2.2"
"react-dom": "^18"
},
"devDependencies": {
"eslint": "^8",
Expand Down

0 comments on commit f410c0c

Please sign in to comment.