personal-site/package.json
2026-07-10 00:21:45 -07:00

47 lines
1.3 KiB
JSON

{
"name": "badblocks-personal-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start-bun": "bun run ./dist/server/entry.mjs",
"start": "node ./dist/server/entry.mjs",
"check": "astro check",
"build-only": "astro build",
"build": "astro check && astro build",
"build-remote": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^1.0.0",
"@astrojs/check": "^0.9.9",
"@astrojs/db": "^0.21.3",
"@astrojs/node": "^11.0.2",
"@astrojs/partytown": "^2.1.7",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/ts-plugin": "^1.10.10",
"@cap.js/server": "^4.0.5",
"@cap.js/widget": "^0.1.56",
"@nurodev/astro-bun": "^2.1.2",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.12",
"android-sms-gateway": "^3.0.0",
"astro": "^7.0.6",
"astro-htmx": "^1.0.6",
"htmx.org": "^2.0.10",
"iconify-icon": "^3.0.2",
"ofetch": "^1.5.1",
"otplib": "12.0.1",
"typescript": "^6.0.3",
"undici": "^8.6.0",
"validator": "^13.15.35"
},
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/validator": "^13.15.10",
"doiuse": "^6.0.6",
"prettier": "^3.9.4",
"prettier-plugin-astro": "^0.14.1"
}
}