Skip to content

Commit 2b9b3df

Browse files
committed
Updated search form structure, style, add and remove dependencies on package.json
1 parent add7d3f commit 2b9b3df

File tree

4 files changed

+262
-174
lines changed

4 files changed

+262
-174
lines changed

ism/react-app/package-lock.json

+29-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ism/react-app/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@fortawesome/fontawesome-svg-core": "^1.2.26",
7+
"@fortawesome/free-solid-svg-icons": "^5.12.0",
8+
"@fortawesome/react-fontawesome": "^0.1.8",
69
"@loadable/component": "^5.12.0",
710
"@material-ui/core": "^4.9.0",
811
"@material-ui/icons": "^4.5.1",
912
"@testing-library/jest-dom": "^4.2.4",
1013
"@testing-library/react": "^9.3.2",
1114
"@testing-library/user-event": "^7.1.2",
12-
"axios": "^0.19.2",
1315
"bootstrap": "^4.4.1",
14-
"jquery": "^3.4.1",
1516
"moment": "^2.24.0",
1617
"node-sass": "^4.13.0",
1718
"popper.js": "^1.16.0",
@@ -23,9 +24,7 @@
2324
"react-owl-carousel": "^2.3.1",
2425
"react-popper": "^1.3.7",
2526
"react-router-dom": "^5.1.2",
26-
"react-scripts": "3.3.0",
27-
"react-spring": "^8.0.27",
28-
"typeface-roboto": "0.0.75"
27+
"react-scripts": "3.3.0"
2928
},
3029
"scripts": {
3130
"start": "react-scripts start",

0 commit comments

Comments
 (0)