blog/package.json

65 lines
2.0 KiB
JSON

{
"name": "while-false-blog",
"private": true,
"description": "A simple blog powered by Gatsby and Markdown",
"version": "0.1.0",
"author": "Stephan Dörfler <st.doerfler@outlook.com>",
"dependencies": {
"gatsby": "^2.22.17",
"gatsby-cli": "^2.12.45",
"gatsby-image": "^2.4.6",
"gatsby-plugin-feed": "^2.5.4",
"gatsby-plugin-manifest": "^2.4.10",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.8",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-sharp": "^2.6.10",
"gatsby-plugin-typography": "^2.5.3",
"gatsby-remark-copy-linked-files": "^2.3.4",
"gatsby-remark-images": "^3.3.9",
"gatsby-remark-prismjs": "^3.5.3",
"gatsby-remark-responsive-iframe": "^2.4.4",
"gatsby-remark-smartypants": "^2.3.3",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-transformer-remark": "^2.8.14",
"gatsby-transformer-sharp": "^2.5.4",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"typeface-merriweather": "^0.0.72",
"typeface-montserrat": "^0.0.75",
"typography": "^0.16.19",
"typography-theme-moraga": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^2.0.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://code.while-false.de/stephan/blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}