removed unwanted packages and unwanted js file

This commit is contained in:
Alaguraj0361 2025-10-02 22:10:11 +05:30
parent 023402f623
commit 543c26d3e9
5 changed files with 0 additions and 67 deletions

View File

@ -9,7 +9,6 @@ const WOW = dynamic(() => import('wowjs/dist/wow'));
import BackToTop from '../elements/BackToTop';
import DataBg from "../elements/DataBg";
import Breadcrumb from './Breadcrumb';
import SearchPopup from "./SearchPopup";
import Sidebar from "./Sidebar";
import Footer1 from './footer/Footer1';
import Footer2 from './footer/Footer2';
@ -57,7 +56,6 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{headerStyle === 4 && <Header4 scroll={scroll} isMobileMenu={isMobileMenu} handleMobileMenu={handleMobileMenu} handlePopup={handlePopup} isSidebar={isSidebar} handleSidebar={handleSidebar} />}
<Sidebar isSidebar={isSidebar} handleSidebar={handleSidebar} />
<SearchPopup isPopup={isPopup} handlePopup={handlePopup} />
{breadcrumbTitle && (
<Breadcrumb breadcrumbTitle={breadcrumbTitle} bannerImage={bannerImage} />

47
package-lock.json generated
View File

@ -9,7 +9,6 @@
"version": "0.1.0",
"dependencies": {
"axios": "^1.11.0",
"bootstrap-touchspin": "^4.7.3",
"framer-motion": "^12.23.12",
"imagemin": "^9.0.1",
"imagemin-avif": "^0.1.6",
@ -18,10 +17,8 @@
"imagemin-webp": "^8.0.0",
"isotope-layout": "^3.0.6",
"keen-slider": "^6.8.6",
"lightgallery": "^2.7.2",
"next": "^14.0.4-canary.36",
"react": "18.2.0",
"react-curved-text": "^2.0.2",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-modal-video": "^2.0.1",
@ -1686,12 +1683,6 @@
"safe-buffer": "^5.1.1"
}
},
"node_modules/bootstrap-touchspin": {
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/bootstrap-touchspin/-/bootstrap-touchspin-4.7.3.tgz",
"integrity": "sha512-VVyPKI05ybS4ciB0OJ8g4Jx4SU3rlrWa/ItSxIi7BWNVa0jUYt3eujeOiBWpkuEGukECwiAbwuzh3a+xLtxueQ==",
"license": "MIT"
},
"node_modules/brace-expansion": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
@ -2353,13 +2344,6 @@
"csstype": "^3.0.2"
}
},
"node_modules/dommatrix": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/dommatrix/-/dommatrix-1.0.3.tgz",
"integrity": "sha512-l32Xp/TLgWb8ReqbVJAFIvXmY7go4nTxxlWiAFyhoQw9RKEOHBZNnyGvJWqDVSPmq3Y9HlM4npqF/T6VMOXhww==",
"deprecated": "dommatrix is no longer maintained. Please use @thednp/dommatrix.",
"license": "MIT"
},
"node_modules/dot-prop": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz",
@ -3720,15 +3704,6 @@
"json-buffer": "3.0.0"
}
},
"node_modules/lightgallery": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-2.8.3.tgz",
"integrity": "sha512-s67Z7KZAhIu/io7qs2yIM+8+hUyDQ1ufRtCQwhFnmHVzRQ8cKlxf53CxS/DpJ0sDGOWHNx5L6Y3PfACQxiH+8A==",
"license": "GPLv3",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
@ -4500,19 +4475,6 @@
"react": ">=16.4.1"
}
},
"node_modules/react-curved-text": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/react-curved-text/-/react-curved-text-2.0.2.tgz",
"integrity": "sha512-wEHJ8NgfgS6dIWfuFcx8v+en0Ohnd9OuIxzrmpRhltts7H7FWbDuiGEkPYLjJN2AvCI7hv+txCT4PwRuERrFkg==",
"license": "MIT",
"dependencies": {
"svg-path-commander": "1.0.5"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
},
"node_modules/react-dom": {
"version": "18.2.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
@ -5083,15 +5045,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/svg-path-commander": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/svg-path-commander/-/svg-path-commander-1.0.5.tgz",
"integrity": "sha512-hhQfARVXoPrwwe4DNPWM4hjQLK7rTxwQ+TUc5mxoe5g0k5eStc4SPnKqmivlm/dzZ98bI+yDyKye92n2t+oOiQ==",
"license": "MIT",
"dependencies": {
"dommatrix": "^1.0.3"
}
},
"node_modules/swiper": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-10.3.1.tgz",

View File

@ -14,7 +14,6 @@
},
"dependencies": {
"axios": "^1.11.0",
"bootstrap-touchspin": "^4.7.3",
"framer-motion": "^12.23.12",
"imagemin": "^9.0.1",
"imagemin-avif": "^0.1.6",
@ -23,10 +22,8 @@
"imagemin-webp": "^8.0.0",
"isotope-layout": "^3.0.6",
"keen-slider": "^6.8.6",
"lightgallery": "^2.7.2",
"next": "^14.0.4-canary.36",
"react": "18.2.0",
"react-curved-text": "^2.0.2",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-modal-video": "^2.0.1",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long