About
This is Bret Comnes’s personal website, built with the following tools:
{
"name": "bret.io",
"version": "1.0.0",
"description": "profesh website",
"main": "index.js",
"type": "module",
"imports": {
"#components/*": "./src/components/*",
"#lib/*": "./src/lib/*"
},
"scripts": {
"test": "run-s test:*",
"test:neostandard": "eslint .",
"test:types": "tsc --noEmit",
"test:node-test": "node --test --experimental-test-coverage --test-reporter spec",
"test:build": "run-s build",
"build": "npm run clean && run-p build:*",
"build:domstack": "domstack",
"generate-favicons": "gravatar-favicons --config favicon-config.js",
"watch": "npm run clean && run-p watch:*",
"watch:domstack": "npm run build:domstack -- --watch --drafts",
"clean": "rm -rf public && mkdir -p public",
"start": "npm run watch",
"deploy": "run-s build deploy:*",
"deploy:async-neocities": "async-neocities --src public --cleanup --supporter",
"new-blogpost": "node scripts/create-blogpost.js --title",
"publish-draft": "node scripts/publish-draft.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcomnes/bret.io.git"
},
"keywords": [
"website",
"bret",
"comnes",
"bret comnes"
],
"author": "Bret Comnes",
"license": "MIT",
"bugs": {
"url": "https://github.com/bcomnes/bret.io/issues"
},
"homepage": "https://github.com/bcomnes/bret.io#readme",
"devDependencies": {
"@domstack/static": "^12.0.0-beta.5",
"@types/masonry-layout": "^4.2.8",
"@voxpelli/tsconfig": "^16.1.0",
"async-neocities": "^4.0.3",
"classnames": "^2.3.2",
"entities": "^8.1.0",
"fragmentions": "^1.1.3",
"fragtml": "^0.0.10",
"gravatar-favicons": "^3.0.0",
"highlight.js": "^11.0.1",
"jsonfeed-to-atom": "^1.2.4",
"markdownlint-cli": "^0.49.0",
"masonry-layout": "^4.2.2",
"mine.css": "^11.0.12",
"neostandard": "^0.13.0",
"npm-run-all2": "^9.0.0",
"p-map": "^7.0.0",
"parse5": "^8.0.1",
"typescript": "~6.0.3",
"xmlbuilder": "^15.1.1"
},
"engines": {
"node": "^22.18.0 || >=24.0.0",
"npm": ">=10"
},
"dependencies": {
"giscus": "^1.5.0",
"macy": "^2.5.1",
"mermaid": "^11.6.0",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7"
},
"allowScripts": {
"[email protected]": true,
"[email protected]": true
}
}