{ "name": "blog", "version": "1.0.0", "private": true, "description": "blog", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean" }, "dependencies": { "@mdx-js/react": "^2.3.0", "gatsby": "^5.9.0", "gatsby-plugin-feed": "^5.9.0", "gatsby-plugin-image": "^3.9.0", "gatsby-plugin-manifest": "^5.9.0", "gatsby-plugin-mdx": "^5.9.0", "gatsby-plugin-sharp": "^5.9.0", "gatsby-plugin-sitemap": "^6.9.0", "gatsby-remark-images": "^7.9.0", "gatsby-source-filesystem": "^5.9.0", "gatsby-transformer-remark": "^6.9.0", "gatsby-transformer-sharp": "^5.9.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "autoprefixer": "^10.4.14", "gatsby-plugin-postcss": "^6.9.0", "postcss": "^8.4.23", "tailwindcss": "^3.3.1" } }