Install react-hotjar

This commit is contained in:
Ariful Alam 2022-03-20 00:33:56 +06:00
parent da1810adf0
commit 2951f53fc0
2 changed files with 14 additions and 0 deletions

13
package-lock.json generated
View File

@ -23,6 +23,7 @@
"postcss": "^8.4.12",
"prop-types": "^15.8.1",
"react-helmet-async": "^1.2.3",
"react-hotjar": "^5.0.0",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.23",
"vite": "^2.8.0"
@ -2485,6 +2486,12 @@
"react-dom": "^16.6.0 || ^17.0.0"
}
},
"node_modules/react-hotjar": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/react-hotjar/-/react-hotjar-5.0.0.tgz",
"integrity": "sha512-nEKDm+O5a77C9DlheuA9tz5rwhRjeIFPLhdvynGFxEYTT1qrYC3NU12Z9/tgvN2l9Tzyn7erUQ0C8fZHZBceTw==",
"dev": true
},
"node_modules/react-icons": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",
@ -4687,6 +4694,12 @@
"shallowequal": "^1.1.0"
}
},
"react-hotjar": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/react-hotjar/-/react-hotjar-5.0.0.tgz",
"integrity": "sha512-nEKDm+O5a77C9DlheuA9tz5rwhRjeIFPLhdvynGFxEYTT1qrYC3NU12Z9/tgvN2l9Tzyn7erUQ0C8fZHZBceTw==",
"dev": true
},
"react-icons": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",

View File

@ -32,6 +32,7 @@
"postcss": "^8.4.12",
"prop-types": "^15.8.1",
"react-helmet-async": "^1.2.3",
"react-hotjar": "^5.0.0",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.23",
"vite": "^2.8.0"