mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
- Add uload project with apps/web structure
- Reorganize from flat to monorepo structure
- Remove PocketBase binary and local data
- Update to pnpm and @uload/web namespace
- Add picture project to monorepo
- Remove embedded git repository
- Unify all package names to @{project}/{app} schema:
- @maerchenzauber/* (was @storyteller/*)
- @manacore/* (was manacore-*, manacore)
- @manadeck/* (was web, backend, manadeck)
- @memoro/* (was memoro-web, landing, memoro)
- @picture/* (already unified)
- @uload/web
- Add convenient dev scripts for all apps:
- pnpm dev:{project}:web
- pnpm dev:{project}:landing
- pnpm dev:{project}:mobile
- pnpm dev:{project}:backend
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
28 lines
702 B
JSON
28 lines
702 B
JSON
{
|
|
"name": "@manacore/landing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^3.6.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@iconify-json/heroicons": "^1.2.2",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/tabler": "^1.2.19",
|
|
"@manacore/shared-landing-ui": "workspace:*",
|
|
"astro": "^5.16.0",
|
|
"astro-icon": "^1.1.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.7",
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|