mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 05:24:21 +00:00
also sync the overriden templates against mkdocs-material upstream Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
30 lines
861 B
JSON
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"
|
|
}
|
|
}
|