Files
thiessen.io/package.json
T
dennisthiessen 8856e7c273
My Gatsby Deployment pipeline / build-and-deploy (push) Successful in 4m4s
Redesign site and modernize tooling
Replace the HTML5-UP "Strata" theme with a Swiss-minimal single-page
design (plain CSS, Space Grotesk / Hanken Grotesk / Space Mono). Rewrite
copy for current positioning: Staff Data, Analytics & AI Engineer at
Swisscom, open to new work. Experience shown as a pipeline timeline;
contact simplified to email + LinkedIn (drop the broken form).

Prune unused deps (lightbox, FontAwesome, sass/gatsby-plugin-sass) and
the old SCSS, fonts and gallery assets. Fix package.json metadata.

Harden the Gitea deploy: merge build+deploy into one job (removes the
deprecated artifact upload/download handoff), bump Node 18 -> 20, use
npx gatsby build. Rename .nvrmc -> .nvmrc and refresh the README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 16:53:32 +02:00

41 lines
958 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-offline": "^6.12.3",
"gatsby-plugin-react-helmet": "^6.12.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"
}
}