Files
link-free/package.json
dependabot[bot] 45312546e4 chore(deps): bump gatsby from 2.32.11 to 4.25.7
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.32.11 to 4.25.7.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.11...gatsby@4.25.7)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 23:23:27 +00:00

29 lines
771 B
JSON

{
"name": "@marscollective/gatsby-starter-link-free",
"version": "0.2.4",
"private": true,
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"dev": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "yarn build && netlify deploy -p",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx,yaml,yml}\""
},
"dependencies": {
"@marscollective/gatsby-theme-link-free": "^0.2.7",
"gatsby": "4.25.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"prettier": "2.2.1"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}
}