mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:41:09 +02:00
Move inactive projects out of active workspace: - bauntown (community website) - maerchenzauber (AI story generation) - memoro (voice memo app) - news (news aggregation) - nutriphi (nutrition tracking) - reader (reading app) - uload (URL shortener) - wisekeep (AI wisdom extraction) Update CLAUDE.md documentation: - Add presi to active projects - Document archived projects section - Update workspace configuration Archived apps can be re-activated by moving back to apps/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
38 lines
927 B
JSON
38 lines
927 B
JSON
{
|
|
"name": "@wisekeep/mobile",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"build": "expo export",
|
|
"lint": "eslint .",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"expo": "~52.0.0",
|
|
"expo-clipboard": "~7.0.0",
|
|
"expo-constants": "~17.0.0",
|
|
"expo-linking": "~7.0.0",
|
|
"expo-router": "~4.0.0",
|
|
"expo-secure-store": "~14.0.0",
|
|
"expo-status-bar": "~2.0.0",
|
|
"nativewind": "^4.1.0",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.1.0",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@types/react": "~18.3.0",
|
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "~5.7.2"
|
|
}
|
|
}
|