{ "name": "gatsby-starter-hello-world", "private": true, "description": "A simplified bare-bones starter for Gatsby", "version": "0.1.0", "license": "0BSD", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { "@tailwindcss/typography": "^0.4.0", "autoprefixer": "^10.2.5", "gatsby": "^3.2.1", "gatsby-plugin-graphql-codegen": "^2.7.1", "gatsby-plugin-postcss": "^4.3.0", "gatsby-plugin-react-helmet": "^4.3.0", "gatsby-plugin-sass": "^4.3.0", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^4.0.0", "gatsby-remark-images": "^5.7.0", "gatsby-remark-prismjs": "^5.0.0", "gatsby-remark-relative-images": "^2.0.2", "gatsby-source-filesystem": "^3.3.0", "gatsby-transformer-remark": "^4.0.0", "postcss": "^8.2.10", "prismjs": "^1.23.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "sass": "^1.32.10", "tailwindcss": "^2.1.1" }, "devDependencies": { "prettier": "2.2.1" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-hello-world" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }