Unkn0wnCat.net/package.json
dependabot[bot] 93ad5ce2c9
Bump @icons-pack/react-simple-icons from 4.7.0 to 5.1.1
Bumps [@icons-pack/react-simple-icons](https://github.com/icons-pack/react-simple-icons) from 4.7.0 to 5.1.1.
- [Release notes](https://github.com/icons-pack/react-simple-icons/releases)
- [Changelog](https://github.com/icons-pack/react-simple-icons/blob/main/CHANGELOG.md)
- [Commits](https://github.com/icons-pack/react-simple-icons/commits/v5.1.1)

---
updated-dependencies:
- dependency-name: "@icons-pack/react-simple-icons"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 23:30:21 +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.10",
"@icons-pack/react-simple-icons": "^5.1.1",
"dotenv": "^16.0.1",
"gatsby": "^4.16.0",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.16.0",
"gatsby-plugin-sass": "^5.16.0",
"gatsby-plugin-sitemap": "^5.16.0",
"gatsby-plugin-typescript": "^4.6.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-remark": "^5.16.0",
"gatsby-transformer-sharp": "^4.16.0",
"lucide-react": "^0.63.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.52.3",
"typed-scss-modules": "^6.4.1"
},
"devDependencies": {
"prettier": "2.6.2"
},
"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"
}
}