website/package.json
Andrei Jiroh Halili e440ee780d
chore(global): update deps and work for Read the Docs Addons support
also sync the overriden templates against mkdocs-material upstream

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
2025-06-14 02:05:19 +08:00

30 lines
861 B
JSON

{
"name": "@ajhalili2006/website",
"version": "0.1.0",
"description": "Personal website for my tildes + Gemini version of blog posts",
"scripts": {
"start": "npm run dev",
"dev": "wrangler dev --port 8000 --live-reload",
"deploy": "npm run deploy:cf",
"deploy:cf": "wrangler deploy",
"docker:ci": "DOCKER_BUILDKIT=1 docker build -t dock.mau.dev/andreijiroh-dev/website/build-ci:localdev ./docker"
},
"repository": {
"type": "git",
"url": "git+ssh://git@mau.dev/andreijiroh-dev/website.git"
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://mau.dev/andreijiroh-dev/website/issues"
},
"homepage": "https://andreijiroh.xyz",
"devDependencies": {
"npm-check-updates": "^18.0.1",
"wrangler": "^4.20.0"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.44.2"
}
}