f523fa986c
My Gatsby Deployment pipeline / build-and-deploy (push) Successful in 3m42s
Make the portrait smaller (200px) and tighten the hero columns. Remove the "Open to new work" status and neutralise the contact copy so nothing reads as job-seeking; show a plain location in the top bar instead. Deploy/tooling: drop the unneeded `--force` from the install (verified a clean --legacy-peer-deps install + gatsby build both pass). Replace gatsby-plugin-offline with gatsby-plugin-remove-serviceworker to retire the service worker (fixes stale-cache-after-deploy and removes the workbox deprecation). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
41 lines
970 B
JSON
41 lines
970 B
JSON
{
|
|
"name": "thiessen-io",
|
|
"description": "Personal site of Dennis Thiessen — thiessen.io",
|
|
"version": "1.0.0",
|
|
"author": "Dennis Thiessen",
|
|
"dependencies": {
|
|
"gatsby": "^5.12.12",
|
|
"gatsby-plugin-manifest": "^5.12.3",
|
|
"gatsby-plugin-react-helmet": "^6.12.0",
|
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"ajv": "^8.12.0",
|
|
"ajv-keywords": "^5.1.0",
|
|
"schema-utils": "^4.2.0"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "gatsby clean",
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write '**/*.js'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"resolutions": {
|
|
"ajv": "^8.12.0",
|
|
"ajv-keywords": "^5.1.0",
|
|
"schema-utils": "^4.2.0"
|
|
}
|
|
}
|