blog/package.json

62 lines
2.0 KiB
JSON

{
"name": "flexible-gatsby",
"private": true,
"description": "A starter for a paginated blog powered by Gatsby and Markdown",
"version": "1.2.0",
"author": "Kinyanjui Wangonya",
"bugs": {
"url": "https://github.com/wangonya/flexible-gatsby/issues"
},
"dependencies": {
"decap-cms-app": "^3.1.10",
"gatsby": "^4.25.7",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-google-analytics": "^5.1.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.23.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sass": "^5.7.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-remark-copy-linked-files": "^5.7.0",
"gatsby-remark-images": "^6.25.0",
"gatsby-remark-katex": "^6.7.0",
"gatsby-remark-prismjs": "^6.7.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.23.0",
"katex": "^0.13.3",
"lodash": "^4.17.21",
"node-sass": "^7.0.1",
"prismjs": "^1.27.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint-plugin-react": "^7.28.0",
"prettier": "^2.5.1"
},
"homepage": "https://github.com/wangonya/flexible-gatsby",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/wangonya/flexible-gatsby.git"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"develop": "gatsby develop",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'content/**/*.md'",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}