managarten/apps/memoro/apps/landing/package.json
Till JS d8a2b37126 chore(memoro): import legacy backend, mobile, and landing apps
Adds the original NestJS backends (backend, audio-backend), Expo mobile app,
and Astro landing page as-is from the standalone memoro repo. These are
not yet migrated to monorepo standards (migration tracked in memory/CLAUDE.md).

Also adds eslint.config.mjs ignore for apps/*/apps/audio-backend/**
and .prettierignore entries for legacy memoro dirs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 17:30:00 +02:00

32 lines
738 B
JSON

{
"name": "@memoro/landing",
"type": "module",
"version": "2.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"netlify:dev": "netlify dev",
"netlify:functions": "netlify functions:serve"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.1",
"@iconify-json/mdi": "^1.2.3",
"astro": "^5.16.9",
"astro-icon": "^1.1.5",
"jspdf": "^4.0.0",
"marked": "^16.1.1",
"sharp": "^0.34.3",
"typescript": "^5.8.3"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/typography": "^0.5.16",
"@types/marked": "^5.0.2",
"tailwindcss": "^3.4.17"
}
}