mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 20:46:41 +02:00
31 lines
697 B
JSON
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"
|
|
}
|
|
}
|