Skip to content

Commit

Permalink
add react-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 29, 2024
1 parent 33ab76a commit 93e4ff5
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
{
"label": "off"
}
],
"compat-api/html": [
"default",
{
"ignore": [
"meta[name=theme-color]"
]
}
]
}
}
201 changes: 195 additions & 6 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 @@ -3,9 +3,10 @@
"version": "0.2.0",
"private": false,
"dependencies": {
"@liquid-js/qr-code-styling":"^3.1.1",
"react": "^18.3.1",
"@liquid-js/qr-code-styling": "^3.1.1",
"bootstrap": "^5.3.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.3",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "^4.2.0"
Expand Down
Loading

0 comments on commit 93e4ff5

Please sign in to comment.