Resources
diff --git a/package-lock.json b/package-lock.json
index 46234da..f3d878d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7380,6 +7380,11 @@
"prop-types": "15.6.2"
}
},
+ "react-anchor-link-smooth-scroll": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/react-anchor-link-smooth-scroll/-/react-anchor-link-smooth-scroll-1.0.10.tgz",
+ "integrity": "sha512-CTzSJC/0Tf+EhVAswJeRwazcIGBnnnPEWiPM1uNXLaW+5MKe8v48Lm8auIahlmIeTJCYTAIfXSfZBu3S1Dlbbg=="
+ },
"react-dom": {
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.4.1.tgz",
diff --git a/package.json b/package.json
index 8c15527..7798791 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,7 @@
"node-sass": "^4.9.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
+ "react-anchor-link-smooth-scroll": "^1.0.10",
"react-dom": "^16.3.2",
"react-slick": "^0.23.1"
},