1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-05 11:25:07 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-06-11 01:34:11 +02:00
parent e3534e67db
commit 5f4c6142d4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 25 additions and 46 deletions

View File

@ -112,36 +112,16 @@ module.exports = {
} }
}, },
{ {
resolve: 'gatsby-plugin-favicon', resolve: 'gatsby-plugin-manifest',
options: { options: {
logo: './src/images/apple-touch-icon.png', name: siteConfig.siteTitle.toLowerCase(),
short_name: 'mk',
// WebApp Manifest Configuration start_url: '/',
appName: siteConfig.siteTitle.toLowerCase(), background_color: siteConfig.backgroundColor,
appDescription: siteConfig.siteDescription,
developerName: siteConfig.author.name,
developerURL: siteConfig.author.uri,
dir: 'auto',
lang: 'en-US',
background: siteConfig.backgroundColor,
theme_color: siteConfig.themeColor, theme_color: siteConfig.themeColor,
icon: 'src/images/apple-touch-icon.png',
display: 'minimal-ui', display: 'minimal-ui',
orientation: 'any', cache_busting_mode: 'name'
start_url: '/?homescreen=1',
version: '1.0',
icons: {
android: true,
appleIcon: true,
appleStartup: true,
coast: false,
favicons: true,
firefox: true,
opengraph: false,
twitter: false,
yandex: false,
windows: false
}
} }
}, },
{ {

View File

@ -32,53 +32,51 @@
"dms2dec": "^1.1.0", "dms2dec": "^1.1.0",
"fast-exif": "^1.0.1", "fast-exif": "^1.0.1",
"fraction.js": "^4.0.12", "fraction.js": "^4.0.12",
"gatsby": "^2.7.5", "gatsby": "^2.8.8",
"gatsby-image": "^2.1.2", "gatsby-image": "^2.1.3",
"gatsby-plugin-catch-links": "^2.0.15", "gatsby-plugin-catch-links": "^2.0.15",
"gatsby-plugin-favicon": "^3.1.6", "gatsby-plugin-feed": "^2.2.3",
"gatsby-plugin-feed": "^2.2.1", "gatsby-plugin-lunr": "^1.5.1",
"gatsby-plugin-lunr": "^1.5.0", "gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-matomo": "^0.7.0", "gatsby-plugin-matomo": "^0.7.1",
"gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.1.0", "gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12", "gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11", "gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.2", "gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-sitemap": "^2.1.0", "gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^0.0.3", "gatsby-plugin-webpack-size": "^0.0.3",
"gatsby-redirect-from": "^0.1.1", "gatsby-redirect-from": "^0.2.1",
"gatsby-remark-autolink-headers": "^2.0.16", "gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.13", "gatsby-remark-copy-linked-files": "^2.0.13",
"gatsby-remark-highlights": "^1.3.4", "gatsby-remark-highlights": "^1.3.4",
"gatsby-remark-images": "^3.0.14", "gatsby-remark-images": "^3.0.14",
"gatsby-remark-smartypants": "^2.0.9", "gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.37", "gatsby-source-filesystem": "^2.0.39",
"gatsby-source-graphql": "^2.0.18", "gatsby-source-graphql": "^2.0.19",
"gatsby-transformer-remark": "^2.3.12", "gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.20", "gatsby-transformer-sharp": "^2.1.21",
"graphql": "^14.3.1", "graphql": "^14.3.1",
"intersection-observer": "^0.7.0", "intersection-observer": "^0.7.0",
"js-scrypt": "^0.2.0", "js-scrypt": "^0.2.0",
"load-script": "^1.0.0", "load-script": "^1.0.0",
"node-sass": "^4.12.0",
"nord": "^0.2.1", "nord": "^0.2.1",
"pigeon-maps": "^0.13.0", "pigeon-maps": "^0.13.0",
"pigeon-marker": "^0.3.4", "pigeon-marker": "^0.3.4",
"react": "^16.8.6", "react": "^16.8.6",
"react-blockies": "^1.4.1", "react-blockies": "^1.4.1",
"react-clipboard.js": "^2.0.7", "react-clipboard.js": "^2.0.12",
"react-dom": "^16.8.6", "react-dom": "^16.8.6",
"react-helmet": "^5.2.1", "react-helmet": "^5.2.1",
"react-modal": "^3.8.1", "react-modal": "^3.8.1",
"react-pose": "^4.0.8", "react-pose": "^4.0.8",
"react-qr-svg": "^2.2.1", "react-qr-svg": "^2.2.1",
"react-time": "^4.3.0", "react-time": "^4.3.0",
"react-transition-group": "^4.1.0", "react-transition-group": "^4.1.1",
"remark": "^10.0.1", "remark": "^10.0.1",
"remark-react": "^5.0.1", "remark-react": "^5.0.1",
"slugify": "^1.3.4", "slugify": "^1.3.4",
"terser": "^4.0.0",
"web3": "^1.0.0-beta.55" "web3": "^1.0.0-beta.55"
}, },
"devDependencies": { "devDependencies": {
@ -98,17 +96,18 @@
"fs-extra": "^8.0.0", "fs-extra": "^8.0.0",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0", "jest": "^24.8.0",
"jest-dom": "^3.4.0", "jest-dom": "^3.5.0",
"markdownlint-cli": "^0.16.0", "markdownlint-cli": "^0.16.0",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"ora": "^3.4.0", "ora": "^3.4.0",
"pify": "^4.0.1", "pify": "^4.0.1",
"prettier": "^1.17.0", "prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2", "prettier-stylelint": "^0.4.2",
"stylelint": "^10.0.1", "stylelint": "^10.1.0",
"stylelint-config-css-modules": "^1.4.0", "stylelint-config-css-modules": "^1.4.0",
"stylelint-config-standard": "^18.3.0", "stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.7.0", "stylelint-scss": "^3.8.0",
"why-did-you-update": "^1.0.6" "why-did-you-update": "^1.0.6"
}, },
"engines": { "engines": {