mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 19:21:25 +02:00
Assign version numbers based on app maturity: Calendar/Contacts/Todo (1.0.0), Chat/Picture (0.3.0), 11 beta apps (0.2.0), Context/Planta/Questions (0.1.0), Traces (0.0.1). Set up @changesets/cli for future version management. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"name": "@mukke/landing",
|
|
"type": "module",
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"type-check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/sitemap": "^3.3.0",
|
|
"@manacore/shared-landing-ui": "workspace:*",
|
|
"astro": "^5.1.1",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|