mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
Move inactive projects out of active workspace: - bauntown (community website) - maerchenzauber (AI story generation) - memoro (voice memo app) - news (news aggregation) - nutriphi (nutrition tracking) - reader (reading app) - uload (URL shortener) - wisekeep (AI wisdom extraction) Update CLAUDE.md documentation: - Add presi to active projects - Document archived projects section - Update workspace configuration Archived apps can be re-activated by moving back to apps/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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"
|
|
}
|
|
}
|