{ "name": "market-trends-scouting", "version": "1.0.0", "private": true, "description": "market-trends-scouting", "author": "Dmytro Tkachenko", "keywords": [ "gatsby" ], "scripts": { "start": "gatsby clean && gatsby develop", "build": "gatsby clean && gatsby build", "serve": "gatsby serve" }, "dependencies": { "babel-plugin-styled-components": "^2.1.4", "eslint-plugin-simple-import-sort": "^12.1.1", "gatsby": "^5.13.7", "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-google-fonts": "1.0.1", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-sass": "^6.13.1", "gatsby-plugin-sharp": "^5.13.1", "gatsby-source-filesystem": "^5.13.1", "gatsby-transformer-json": "^5.13.1", "gatsby-transformer-remark": "^6.13.1", "gatsby-transformer-sharp": "^5.13.1", "lodash": "4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropdown-select": "4.11.3", "react-slick": "^0.30.2", "react-tooltip": "5.28.0", "sass": "^1.77.8", "slick-carousel": "^1.8.1" }, "devDependencies": { "prettier": "^3.3.3" } }