mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Install react-hotjar
This commit is contained in:
13
package-lock.json
generated
13
package-lock.json
generated
@@ -23,6 +23,7 @@
|
|||||||
"postcss": "^8.4.12",
|
"postcss": "^8.4.12",
|
||||||
"prop-types": "^15.8.1",
|
"prop-types": "^15.8.1",
|
||||||
"react-helmet-async": "^1.2.3",
|
"react-helmet-async": "^1.2.3",
|
||||||
|
"react-hotjar": "^5.0.0",
|
||||||
"react-icons": "^4.3.1",
|
"react-icons": "^4.3.1",
|
||||||
"tailwindcss": "^3.0.23",
|
"tailwindcss": "^3.0.23",
|
||||||
"vite": "^2.8.0"
|
"vite": "^2.8.0"
|
||||||
@@ -2485,6 +2486,12 @@
|
|||||||
"react-dom": "^16.6.0 || ^17.0.0"
|
"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": {
|
"node_modules/react-icons": {
|
||||||
"version": "4.3.1",
|
"version": "4.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",
|
||||||
@@ -4687,6 +4694,12 @@
|
|||||||
"shallowequal": "^1.1.0"
|
"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": {
|
"react-icons": {
|
||||||
"version": "4.3.1",
|
"version": "4.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
"postcss": "^8.4.12",
|
"postcss": "^8.4.12",
|
||||||
"prop-types": "^15.8.1",
|
"prop-types": "^15.8.1",
|
||||||
"react-helmet-async": "^1.2.3",
|
"react-helmet-async": "^1.2.3",
|
||||||
|
"react-hotjar": "^5.0.0",
|
||||||
"react-icons": "^4.3.1",
|
"react-icons": "^4.3.1",
|
||||||
"tailwindcss": "^3.0.23",
|
"tailwindcss": "^3.0.23",
|
||||||
"vite": "^2.8.0"
|
"vite": "^2.8.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user