42 lines
1013 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",
"dompurify": "^3.1.6",
"gatsby": "^4.24.1",
"gatsby-plugin-intl": "^5.10.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-source-rss-feed": "^1.2.2",
"lightgallery": "^2.5.0",
"mini-css-extract-plugin": "^2.7.7",
"path-browserify": "^1.0.1",
"rc-slider": "^10.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^6.6.8",
"react-modal-video": "^1.2.9",
"swiper": "^8.3.2",
"timers-browserify": "^2.0.12",
"xml2js": "^0.6.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.2.0",
"gatsby-plugin-eslint": "^4.0.2"
}
}