2024-09-09 14:29:40 -07:00

35 lines
788 B
JSON

{
"name": "iteck-gatsby",
"version": "1.0.0",
"private": true,
"description": "iteck-gatsby",
"author": "Hassan Ali",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"axios": "^0.27.2",
"gatsby": "^4.24.1",
"gatsby-plugin-resolve-src": "^2.1.0",
"lightgallery": "^2.5.0",
"mini-css-extract-plugin": "^2.7.7",
"rc-slider": "^10.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-modal-video": "^1.2.9",
"swiper": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.2.0",
"gatsby-plugin-eslint": "^4.0.2"
}
}