messy changes

This commit is contained in:
govardhan
2025-06-16 12:55:55 +05:30
parent a42474deec
commit 3d632d393d
84 changed files with 10619 additions and 17096 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"description": "iteck-gatsby",
"author": "Hassan Ali",
"author": "Govardhan",
"keywords": [
"gatsby"
],
@ -15,19 +15,29 @@
"clean": "gatsby clean"
},
"dependencies": {
"@reach/router": "^1.3.4",
"ajv": "^8.17.1",
"axios": "^0.27.2",
"gatsby": "^4.24.1",
"gatsby": "^5.14.3",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"lightgallery": "^2.5.0",
"rc-slider": "^10.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-modal-video": "^1.2.9",
"swiper": "^8.3.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.2.0",
"gatsby-plugin-eslint": "^4.0.2"
"gatsby-plugin-eslint": "^4.0.4"
}
}