Files
archived-smoke-tests/node/react/gatsby-themed-site/package.json
renovate[bot] f6c0b678b0 chore(examples) Update Gatsby Examples (#1975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-30 06:04:33 +00:00

47 lines
1.4 KiB
JSON

{
"name": "personal-themed-site",
"version": "0.0.0",
"author": "Jacob Bolda <me@jacobbolda.com>",
"license": "MIT",
"private": true,
"browserslist": {
"ie": "9"
},
"scripts": {
"build": "gatsby build",
"build:hard": "gatsby clean && gatsby build",
"develop": "gatsby develop",
"dev:hard": "gatsby clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"tauri:source": "node ../../../../tooling/cli.js/bin/tauri",
"tauri:dev": "yarn tauri:source dev",
"tauri:build": "yarn tauri:source build",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@emotion/core": "11.0.0",
"@jbolda/gatsby-theme-articles": "0.4.6",
"@jbolda/gatsby-theme-homepage": "0.3.3",
"@jbolda/gatsby-theme-layout": "0.3.5",
"@mdx-js/mdx": "3.1.1",
"@mdx-js/react": "3.1.1",
"gatsby": "5.16.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-mdx": "5.16.0",
"gatsby-plugin-netlify": "5.1.1",
"gatsby-plugin-react-helmet": "6.16.0",
"gatsby-plugin-sharp": "5.16.0",
"gatsby-plugin-theme-ui": "0.17.4",
"gatsby-source-filesystem": "5.16.0",
"gatsby-transformer-sharp": "5.16.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-helmet": "6.1.0",
"theme-ui": "0.17.4"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"babel-preset-gatsby": "3.16.0"
}
}