46 lines
1.2 KiB
JSON
46 lines
1.2 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/sitemap": "^3.7.3",
|
|
"@astrojs/ts-plugin": "^1.10.10",
|
|
"@cap.js/server": "^4.0.5",
|
|
"@cap.js/widget": "^0.1.56",
|
|
"@types/alpinejs": "^3.13.11",
|
|
"alpinejs": "^3.15.12",
|
|
"android-sms-gateway": "^3.0.0",
|
|
"astro": "7.0.8",
|
|
"iconify-icon": "^3.0.2",
|
|
"jszip": "^3.10.1",
|
|
"mammoth": "^1.12.0",
|
|
"ofetch": "^1.5.1",
|
|
"otplib": "12.0.1",
|
|
"pdfjs-dist": "^6.2.108",
|
|
"thirty-two": "^1.0.2",
|
|
"typescript": "^6.0.3",
|
|
"validator": "^13.15.35"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.14",
|
|
"@types/validator": "^13.15.10",
|
|
"doiuse": "^6.0.6",
|
|
"prettier": "^3.9.5",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|