Files
rootxwire1/package.json
mukesh13 acfcb2d095 Docker
2025-06-25 10:35:36 +05:30

42 lines
1.1 KiB
JSON

{
"name": "iteck-gatsby",
"version": "1.0.0",
"private": true,
"description": "iteck-gatsby",
"author": "Govardhan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"ajv": "^8.17.1",
"axios": "^0.27.2",
"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": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-modal-video": "^2.0.1",
"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.4"
}
}