{ "name": "os-docs", "version": "1.0.0", "private": true, "description": "os-docs", "author": "Pratheep Velicherla", "keywords": [ "gatsby" ], "scripts": { "develop": "NODE_ENV=development gatsby develop -p 8001 -H 0.0.0.0", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "deploy": "gatsby-plugin-s3 deploy -y", "index": "node ./scripts/indexr.js" }, "dependencies": { "@github-docs/frontmatter": "^1.3.1", "dotenv": "^10.0.0", "gatsby": "^3.13.0", "gatsby-plugin-env-variables": "^2.3.0", "gatsby-plugin-google-analytics": "^4.14.0", "gatsby-plugin-google-gtag": "^4.4.0", "gatsby-plugin-image": "^1.13.0", "gatsby-plugin-react-helmet": "^6.9.0", "gatsby-plugin-s3": "^0.3.8", "gatsby-plugin-sass": "^4.13.0", "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-ts-freshchat": "file:plugins/gatsby-plugin-ts-freshchat", "gatsby-remark-autolink-headers": "^2.1.11", "gatsby-remark-check-links": "^2.1.0", "gatsby-remark-custom-blocks": "^3.14.0", "gatsby-remark-prismjs": "^3.4.1", "gatsby-remark-responsive-iframe": "^2.4.1", "gatsby-source-filesystem": "^3.13.0", "gatsby-transformer-remark": "^3.2.0", "gatsby-transformer-sharp": "^3.13.0", "glob": "^7.1.7", "graphql-request": "^6.1.0", "prismjs": "^1.25.0", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", "react-google-recaptcha": "^2.1.0", "react-helmet": "^6.1.0", "react-instantsearch-dom": "^6.12.1", "react-onclickout": "^2.0.8", "sass": "^1.41.0", "tailwindcss": "^2.2.15", "uuid": "^8.3.2", "typesense": "^1.5.4", "typesense-instantsearch-adapter": "^2.7.0" }, "devDependencies": { "gatsby-plugin-postcss": "^4.13.0" } }