{ "name": "portfolio", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { "bootstrap": "^4.6.1", "canvas": "^2.9.1", "devicon": "^2.12.0", "gatsby": "^4.11.1", "gatsby-plugin-google-gtag": "^4.13.0", "gatsby-plugin-image": "^2.11.1", "gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-offline": "^5.11.1", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-preload-fonts": "^3.11.1", "gatsby-plugin-react-helmet": "^5.11.0", "gatsby-plugin-sharp": "^4.11.1", "gatsby-source-filesystem": "^4.11.1", "gatsby-transformer-remark": "^5.11.1", "gatsby-transformer-sharp": "^4.11.0", "gatsby-transformer-yaml": "^4.11.0", "highlight.js": "^11.5.1", "merge-images": "^2.0.0", "postcss": "^8.4.12", "prop-types": "^15.8.1", "react": "^17.0.2", "react-bootstrap": "^1.6.4", "react-dom": "^17.0.2", "react-helmet": "^6.1.0" }, "devDependencies": { "@types/gatsbyjs__reach-router": "^1.3.0", "@types/merge-images": "^1.2.1", "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", "@types/react-helmet": "^6.1.5", "prettier": "2.6.2" }, "keywords": [ "gatsby" ], "license": "MIT", "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", "preload-fonts": "gatsby-preload-fonts", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }