mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 09:21:09 +02:00
- Move finance, mail, moodlit to apps-archived for later development - Rename games/voxel-lava to games/voxelava 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"name": "@mail/mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"dev": "expo start --dev-client",
|
|
"start": "expo start --dev-client",
|
|
"ios": "expo run:ios",
|
|
"android": "expo run:android",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~6.1.2",
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@gorhom/bottom-sheet": "^5.2.6",
|
|
"@manacore/shared-auth": "workspace:*",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/drawer": "^7.0.0",
|
|
"@react-navigation/native": "^7.0.3",
|
|
"expo-secure-store": "~15.0.1",
|
|
"expo": "~54.0.9",
|
|
"expo-blur": "~15.0.7",
|
|
"expo-clipboard": "~8.0.7",
|
|
"expo-constants": "~18.0.0",
|
|
"expo-dev-client": "~6.0.12",
|
|
"expo-document-picker": "~14.0.7",
|
|
"expo-file-system": "~19.0.15",
|
|
"expo-font": "~14.0.8",
|
|
"expo-haptics": "~15.0.7",
|
|
"expo-linear-gradient": "~15.0.7",
|
|
"expo-linking": "~8.0.8",
|
|
"expo-localization": "^17.0.7",
|
|
"expo-router": "~6.0.8",
|
|
"expo-sharing": "~14.0.7",
|
|
"expo-status-bar": "~3.0.8",
|
|
"expo-system-ui": "~6.0.7",
|
|
"expo-web-browser": "~15.0.7",
|
|
"i18next": "^25.5.2",
|
|
"nativewind": "latest",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-i18next": "^15.7.3",
|
|
"react-native": "0.81.4",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-reanimated": "4.1.0",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-web": "^0.21.0",
|
|
"react-native-webview": "^13.12.5",
|
|
"zustand": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@testing-library/jest-native": "^5.4.3",
|
|
"@testing-library/react-native": "^13.3.3",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.5.2",
|
|
"@types/react": "^19.1.0",
|
|
"eslint": "^9.25.1",
|
|
"eslint-config-expo": "~10.0.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"jest": "^30.2.0",
|
|
"jest-expo": "^54.0.12",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|