work on porting over contact form from old site, also added initial db support
to use later
This commit is contained in:
parent
8d989ef36f
commit
f641dac69b
12 changed files with 232 additions and 32 deletions
14
package.json
14
package.json
|
|
@ -5,20 +5,30 @@
|
|||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "bun run ./dist/server/entry.mjs",
|
||||
"build": "astro build",
|
||||
"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": "^0.4.9",
|
||||
"@astrojs/check": "^0.9.6",
|
||||
"@astrojs/db": "^0.18.3",
|
||||
"@astrojs/partytown": "^2.1.4",
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@astrojs/ts-plugin": "^1.10.6",
|
||||
"@cap.js/server": "^4.0.5",
|
||||
"@cap.js/widget": "^0.1.33",
|
||||
"@nurodev/astro-bun": "^2.1.2",
|
||||
"@types/alpinejs": "^3.13.11",
|
||||
"alpinejs": "^3.15.3",
|
||||
"android-sms-gateway": "^3.0.0",
|
||||
"astro": "^5.16.6",
|
||||
"astro-htmx": "^1.0.6",
|
||||
"htmx.org": "^2.0.8"
|
||||
"htmx.org": "^2.0.8",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue