Unkn0wnCat.net/package.json
dependabot[bot] a0c1e4b72c
Bump gatsby-plugin-image from 2.22.0 to 2.24.0
Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 2.22.0 to 2.24.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.24.0/packages/gatsby-plugin-image)

---
updated-dependencies:
- dependency-name: gatsby-plugin-image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 14:23:50 +00:00

53 lines
1.6 KiB
JSON

{
"name": "unkn0wncat-net",
"description": "Unkn0wnCat.net",
"version": "2.1.0",
"author": "Kevin Kandlbinder <kevin@kevink.dev>",
"dependencies": {
"@fontsource/noto-sans-display": "^4.5.11",
"@icons-pack/react-simple-icons": "^5.11.0",
"dotenv": "^16.0.2",
"gatsby": "^4.24.4",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-typescript": "^4.6.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"lucide-react": "^0.93.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.55.0",
"typed-scss-modules": "^7.0.1"
},
"devDependencies": {
"prettier": "2.7.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,scss,d.ts}\"",
"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",
"tscss": "tsm src --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Unkn0wnCat/Unkn0wnCat.net"
}
}