Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 0caad79

Browse files
committed
added react typescipt
1 parent 04a3c0c commit 0caad79

File tree

2 files changed

+166
-0
lines changed

2 files changed

+166
-0
lines changed

webapp_frontend/package-lock.json

Lines changed: 162 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp_frontend/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
"@testing-library/jest-dom": "^4.2.4",
77
"@testing-library/react": "^9.5.0",
88
"@testing-library/user-event": "^7.2.1",
9+
"@types/bootstrap": "^5.0.0",
910
"@types/jest": "^24.9.1",
1011
"@types/node": "^12.12.64",
1112
"@types/react": "^16.9.51",
13+
"@types/react-bootstrap": "^0.32.24",
1214
"@types/react-dom": "^16.9.8",
1315
"axios": "^0.20.0",
16+
"bootstrap": "^4.5.3",
1417
"react": "^16.13.1",
18+
"react-bootstrap": "1.1.0",
1519
"react-dom": "^16.13.1",
1620
"react-scripts": "3.4.3",
1721
"typescript": "^3.7.5"

0 commit comments

Comments
 (0)