{ "name": "040-code", "description": "040 Code - A developers blog", "version": "0.0.0-development", "author": "Niek, Jeroen", "dependencies": { "babel-plugin-styled-components": "^1.8.0", "core-js": "^2.5.7", "disqus-react": "^1.0.5", "gatsby": "^2.4.2", "gatsby-plugin-feed": "2.2.0", "gatsby-plugin-google-analytics": "2.0.19", "gatsby-plugin-manifest": "^2.0.12", "gatsby-plugin-offline": "^2.0.20", "gatsby-plugin-react-helmet": "^3.0.12", "gatsby-plugin-sharp": "^2.0.22", "gatsby-plugin-styled-components": "^3.0.4", "gatsby-remark-autolink-headers": "^2.0.12", "gatsby-remark-copy-linked-files": "^2.0.9", "gatsby-remark-emoji": "^0.0.2", "gatsby-remark-images": "^3.0.5", "gatsby-remark-prismjs": "^3.2.4", "gatsby-remark-responsive-iframe": "^2.0.9", "gatsby-remark-smartypants": "^2.0.8", "gatsby-source-filesystem": "^2.0.23", "gatsby-transformer-remark": "^2.3.0", "gatsby-transformer-sharp": "^2.1.14", "lodash": "^4.17.5", "prismjs": "^1.15.0", "react": "^16.8.3", "react-burger-menu": "^2.6.10", "react-dom": "^16.8.3", "react-helmet": "^5.2.0", "react-icons": "^3.6.1", "styled-components": "4.3.2" }, "devDependencies": { "eslint": "^6.0.1", "eslint-plugin-react": "^7.7.0", "gatsby-cli": "^2.5.12", "now": "^19.0.1", "prettier": "^1.12.0", "puppeteer": "^1.9.0", "semantic-release": "^15.13.12", "yaml": "^1.6.0" }, "homepage": "https://040code.github.io", "keywords": [ "gatsby", "blog", "starter" ], "license": "MIT", "main": "n/a", "repository": { "type": "git", "url": "https://github.com/040code/040code.github.io.git" }, "scripts": { "dev": "gatsby develop", "lint": "eslint --ext .js,.jsx --ignore-pattern public .", "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"", "format": "prettier --write 'src/**/*.js' 'data/siteConfig.js'", "develop": "gatsby develop", "build": "gatsby build", "now-build": "npm run build", "generatePostPreviewImages": "node ./scripts/generatePostPreviewImages.js", "semantic-release": "semantic-release" }, "greenkeeper": { "ignore": [ "core-js" ] } }