mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-29 02:07:35 +02:00
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.9 to 2.4.15. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@2.4.15/packages/gatsby-image) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "gatsby-starter-default",
|
|
"private": true,
|
|
"description": "A simple starter to get up and developing quickly with Gatsby",
|
|
"version": "0.1.0",
|
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"gatsby": "^2.24.36",
|
|
"gatsby-image": "^2.4.15",
|
|
"gatsby-plugin-manifest": "^2.4.22",
|
|
"gatsby-plugin-offline": "^3.2.23",
|
|
"gatsby-plugin-react-helmet": "^3.3.10",
|
|
"gatsby-plugin-sass": "^2.3.12",
|
|
"gatsby-plugin-sharp": "^2.6.26",
|
|
"gatsby-plugin-sitemap": "^2.4.11",
|
|
"gatsby-plugin-styled-components": "^3.3.10",
|
|
"gatsby-source-filesystem": "^2.3.24",
|
|
"gatsby-source-youtube-v2": "^1.0.1",
|
|
"gatsby-transformer-remark": "^2.8.28",
|
|
"gatsby-transformer-sharp": "^2.5.7",
|
|
"html-to-react": "^1.4.3",
|
|
"node-sass": "^4.14.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-helmet": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.0.5"
|
|
},
|
|
"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",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
|
|
"deploy": "gatsby build && wrangler publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
}
|
|
}
|