|
|
|
|
@ -21,8 +21,10 @@
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-icons": "^4.7.1",
|
|
|
|
|
"react-scroll": "^1.8.9",
|
|
|
|
|
"react-type-animation": "^3.0.1",
|
|
|
|
|
"swiper": "^9.3.2"
|
|
|
|
|
"swiper": "^9.3.2",
|
|
|
|
|
"uniqid": "^5.4.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
|
@ -10805,6 +10807,11 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
|
|
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lodash.throttle": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/lodash.truncate": {
|
|
|
|
|
"version": "4.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
|
|
|
|
|
@ -13262,6 +13269,19 @@
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-scroll": {
|
|
|
|
|
"version": "1.8.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.8.9.tgz",
|
|
|
|
|
"integrity": "sha512-9m7ztraiX/l6L7erzYAD3fhnveNckei6/NkWfqwN2e0FRdoE2W6Pk4oi2Nah7mWpPCPAeIgegfaqZACTimPOwg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"lodash.throttle": "^4.1.1",
|
|
|
|
|
"prop-types": "^15.7.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
|
|
|
"react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-server-dom-webpack": {
|
|
|
|
|
"version": "0.0.0-experimental-c8b778b7f-20220825",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-server-dom-webpack/-/react-server-dom-webpack-0.0.0-experimental-c8b778b7f-20220825.tgz",
|
|
|
|
|
@ -15231,6 +15251,11 @@
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/uniqid": {
|
|
|
|
|
"version": "5.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/uniqid/-/uniqid-5.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-38JRbJ4Fj94VmnC7G/J/5n5SC7Ab46OM5iNtSstB/ko3l1b5g7ALt4qzHFgGciFkyiRNtDXtLNb+VsxtMSE77A=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unique-string": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
|
|
|
|
|
@ -23835,6 +23860,11 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
|
|
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
|
|
|
|
|
},
|
|
|
|
|
"lodash.throttle": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ=="
|
|
|
|
|
},
|
|
|
|
|
"lodash.truncate": {
|
|
|
|
|
"version": "4.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
|
|
|
|
|
@ -25521,6 +25551,15 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz",
|
|
|
|
|
"integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ=="
|
|
|
|
|
},
|
|
|
|
|
"react-scroll": {
|
|
|
|
|
"version": "1.8.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.8.9.tgz",
|
|
|
|
|
"integrity": "sha512-9m7ztraiX/l6L7erzYAD3fhnveNckei6/NkWfqwN2e0FRdoE2W6Pk4oi2Nah7mWpPCPAeIgegfaqZACTimPOwg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"lodash.throttle": "^4.1.1",
|
|
|
|
|
"prop-types": "^15.7.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"react-server-dom-webpack": {
|
|
|
|
|
"version": "0.0.0-experimental-c8b778b7f-20220825",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-server-dom-webpack/-/react-server-dom-webpack-0.0.0-experimental-c8b778b7f-20220825.tgz",
|
|
|
|
|
@ -26994,6 +27033,11 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w=="
|
|
|
|
|
},
|
|
|
|
|
"uniqid": {
|
|
|
|
|
"version": "5.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/uniqid/-/uniqid-5.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-38JRbJ4Fj94VmnC7G/J/5n5SC7Ab46OM5iNtSstB/ko3l1b5g7ALt4qzHFgGciFkyiRNtDXtLNb+VsxtMSE77A=="
|
|
|
|
|
},
|
|
|
|
|
"unique-string": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
|
|
|
|
|
|