website/package.json
Andrei Jiroh Halili 48148ba28f
chore(deps): update lockfile and deps
This involves actually moving to Cloudflare Workers' Static Assets (not
to be confused with deprecated Worker Sites) from Pages, alongside adding
a few other dependencies at the devenv.nix side of the things.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
2025-06-02 21:15:35 +08:00

29 lines
811 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",
"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": {
"wrangler": "^4.18.0"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.44.1"
}
}