mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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>
29 lines
972 B
JSON
29 lines
972 B
JSON
{
|
|
"name": "manacore-monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Manacore Monorepo containing maerchenzauber, manacore, manadeck, and memoro",
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"test": "turbo run test",
|
|
"lint": "turbo run lint",
|
|
"type-check": "turbo run type-check",
|
|
"clean": "turbo run clean",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,svelte,astro}\"",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md,svelte,astro}\"",
|
|
"maerchenzauber:dev": "turbo run dev --filter=maerchenzauber...",
|
|
"manacore:dev": "turbo run dev --filter=manacore...",
|
|
"manadeck:dev": "turbo run dev --filter=manadeck...",
|
|
"memoro:dev": "turbo run dev --filter=memoro..."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3",
|
|
"turbo": "^2.3.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"packageManager": "pnpm@9.15.0"
|
|
}
|