2022-11-01 16:28:28 +00:00
|
|
|
{
|
2024-05-30 07:21:41 +00:00
|
|
|
"name": "@ajhalili2006/website",
|
2022-11-01 16:28:28 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Personal website for my tildes + Gemini version of blog posts",
|
|
|
|
"scripts": {
|
2023-05-05 09:24:28 +00:00
|
|
|
"start": "npm run dev",
|
|
|
|
"dev": "bash ./bin/localdev.sh",
|
|
|
|
"build": "bash ./bin/build.sh",
|
2024-10-12 19:28:53 +00:00
|
|
|
"deploy": "dotenvx run -f .env.ci -- bash ./bin/deploy.sh",
|
2024-05-30 07:21:41 +00:00
|
|
|
"docker:ci": "DOCKER_BUILDKIT=1 docker build -t dock.mau.dev/andreijiroh-dev/website/build-ci:localdev ./docker"
|
2022-11-01 16:28:28 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-30 07:21:41 +00:00
|
|
|
"url": "git+ssh://git@mau.dev/andreijiroh-dev/website.git"
|
2022-11-01 16:28:28 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
2024-05-30 07:21:41 +00:00
|
|
|
"license": "MPL-2.0",
|
2022-11-01 16:28:28 +00:00
|
|
|
"bugs": {
|
2024-05-30 07:21:41 +00:00
|
|
|
"url": "https://mau.dev/andreijiroh-dev/website/issues"
|
2022-11-01 16:28:28 +00:00
|
|
|
},
|
2024-05-30 07:21:41 +00:00
|
|
|
"homepage": "https://andreijiroh.xyz",
|
2023-03-24 18:22:20 +00:00
|
|
|
"devDependencies": {
|
2024-10-12 19:41:13 +00:00
|
|
|
"wrangler": "^3.80.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@dotenvx/dotenvx": "^1.19.0"
|
2023-03-24 18:22:20 +00:00
|
|
|
}
|
2022-11-01 16:28:28 +00:00
|
|
|
}
|