{ "name": "tph-website", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", "version": "0.1.0", "author": "TPH", "dependencies": { "gatsby": "^2.13.51", "gatsby-image": "^2.2.8", "gatsby-plugin-layout": "^1.1.2", "gatsby-plugin-manifest": "^2.2.4", "gatsby-plugin-mdx": "^1.0.22", "gatsby-plugin-offline": "^2.2.4", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.3", "gatsby-plugin-react-svg": "^2.1.1", "gatsby-plugin-sharp": "^2.2.9", "gatsby-plugin-styled-components": "^3.1.2", "gatsby-plugin-typescript": "^2.1.2", "gatsby-source-filesystem": "^2.1.6", "gatsby-transformer-remark": "^2.6.9", "gatsby-transformer-sharp": "^2.2.4", "prismjs": "^1.17.1", "ramda": "^0.26.1", "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.1", "react-highlight": "^0.12.0", "react-perfect-scrollbar": "^1.5.3", "styled-components": "^4.3.2" }, "devDependencies": { "@graphql-codegen/cli": "^1.4.0", "@types/prismjs": "^1.16.0", "@types/ramda": "^0.26.18", "@types/react": "^16.8.23", "@types/react-dom": "^16.8.5", "@types/react-helmet": "^5.0.8", "@types/react-treeview": "^0.4.2", "@types/styled-components": "^4.1.18", "babel-plugin-styled-components": "^1.10.6", "discord.js": "^11.5.1", "prettier": "^1.18.2", "@graphql-codegen/typescript": "1.4.0", "@graphql-codegen/typescript-operations": "1.4.0", "@graphql-codegen/typescript-react-apollo": "1.4.0" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write src/**/*.{js,jsx}", "start": "npm run develop", "serve": "gatsby serve", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"", "codegen": "graphql-codegen --config codegen.yml", "fetch-users": "node ./scripts/fetchUsers.js" }, "repository": { "type": "git", "url": "https://github.com/the-programmers-hangout/website" }, "bugs": { "url": "https://github.com/the-programmers-hangout/website/issues" } }