mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:01:10 +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>
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@reader/mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"start": "expo start --dev-client",
|
|
"ios": "expo run:ios",
|
|
"android": "expo run:android",
|
|
"build:dev": "eas build --profile development",
|
|
"build:preview": "eas build --profile preview",
|
|
"build:prod": "eas build --profile production",
|
|
"prebuild": "expo prebuild",
|
|
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
|
|
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-native-async-storage/async-storage": "^2.1.2",
|
|
"@react-navigation/native": "^7.0.3",
|
|
"@supabase/supabase-js": "^2.38.4",
|
|
"expo": "^53.0.19",
|
|
"expo-av": "^15.1.7",
|
|
"expo-clipboard": "^7.1.5",
|
|
"expo-constants": "~17.1.4",
|
|
"expo-dev-client": "~5.2.4",
|
|
"expo-dev-launcher": "^5.0.17",
|
|
"expo-file-system": "^18.1.11",
|
|
"expo-linking": "~7.1.4",
|
|
"expo-router": "~5.1.3",
|
|
"expo-status-bar": "~2.2.3",
|
|
"expo-system-ui": "~5.0.6",
|
|
"expo-web-browser": "~14.2.0",
|
|
"nativewind": "latest",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-native": "0.79.5",
|
|
"react-native-gesture-handler": "~2.24.0",
|
|
"react-native-reanimated": "~3.17.4",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "~4.11.1",
|
|
"react-native-web": "^0.20.0",
|
|
"zustand": "^4.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~19.0.10",
|
|
"ajv": "^8.12.0",
|
|
"eslint": "^9.25.1",
|
|
"eslint-config-expo": "^9.2.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"private": true
|
|
}
|