managarten/memoro/apps/landing/package.json
Till-JS f3b428e5e7 feat: align dependencies across all projects
Dependency updates:
- Manacore mobile: Expo SDK 52 → 54, expo-router 4.x → 6.x
- Supabase: Aligned to ^2.81.1 across all projects
- TypeScript: Aligned to ~5.9.3 across all projects
- React/React Native: Updated to 19.1.0/0.81.5 in Manacore

Fixes:
- Added @types/node to shared-utils for timer types
- Updated shared package tsconfig for DOM/Node types

All shared packages now pass type-check.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:53:07 +01:00

31 lines
756 B
JSON

{
"name": "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.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.2.1",
"@iconify-json/mdi": "^1.2.3",
"astro": "^5.3.0",
"astro-icon": "^1.1.5",
"marked": "^16.1.1",
"sharp": "^0.34.3",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/marked": "^5.0.2",
"tailwindcss": "^3.4.17"
}
}