mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
All standalone SvelteKit web apps have been superseded by the unified ManaCore app (apps/manacore/apps/web). Moved to web-archived/ within each project to preserve history while removing from active workspace. Archived: calc, cards, chat, citycorners, contacts, context, guides, inventar, moodlit, mukke, news, nutriphi, photos, picture, planta, presi, questions, skilltree, storage, times, zitare, todo, calendar, uload, memoro Moved to apps-archived/: wisekeep (not integrated, inactive) Kept active: manacore (unified), matrix, manavoxel, arcade (separate containers) Server, landing, and package directories remain active for each project. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
565 B
JSON
27 lines
565 B
JSON
{
|
|
"name": "@wisekeep/landing",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"lint": "eslint .",
|
|
"type-check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/solid-js": "^4.4.0",
|
|
"astro": "^4.16.0",
|
|
"solid-js": "^1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@types/node": "^22.10.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|