mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-25 07:04:38 +02:00
Mukke is a local, offline-first music player for iOS. Songs are imported from iCloud/local files via document picker, stored on device, and played with expo-audio including background playback and lock screen controls. Stack: Expo SDK 55, expo-audio, expo-sqlite, expo-document-picker, @missingcore/audio-metadata, Zustand, NativeWind, Expo Router with NativeTabs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
661 B
JSON
38 lines
661 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.17.4",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"base": {
|
|
"node": "22.15.0",
|
|
"pnpm": "10.18.1",
|
|
"env": {
|
|
"PNPM_WORKSPACE_ROOT": "../..",
|
|
"EAS_BUILD": "true"
|
|
},
|
|
"cache": {
|
|
"disabled": false,
|
|
"key": "v1",
|
|
"cacheDefaultPaths": true,
|
|
"customPaths": ["node_modules", "../../node_modules"]
|
|
}
|
|
},
|
|
"development": {
|
|
"extends": "base",
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"extends": "base",
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"extends": "base",
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|