managarten/apps-archived/bauntown/apps/landing/package.json
Till JS 076e0c843d chore: restore archived apps (bauntown, news, reader, uload, wisekeep)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 01:08:51 +01:00

31 lines
697 B
JSON

{
"name": "@bauntown/landing",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"type-check": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.3",
"@astrojs/netlify": "^6.2.5",
"@astrojs/partytown": "^2.1.4",
"@astrojs/prefetch": "^0.4.1",
"@paypal/paypal-js": "^8.2.0",
"@stripe/stripe-js": "^6.1.0",
"astro": "^5.5.6",
"astro-i18n-aut": "^0.7.3",
"google-auth-library": "^9.15.1",
"googleapis": "^148.0.0",
"node-fetch": "^3.3.2",
"stripe": "^17.7.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"typescript": "^5.7.2"
}
}