mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 22:59:40 +02:00
Assign version numbers based on app maturity: Calendar/Contacts/Todo (1.0.0), Chat/Picture (0.3.0), 11 beta apps (0.2.0), Context/Planta/Questions (0.1.0), Traces (0.0.1). Set up @changesets/cli for future version management. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
65 lines
2 KiB
JSON
65 lines
2 KiB
JSON
{
|
|
"name": "@traces/mobile",
|
|
"version": "0.0.1",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"dev": "expo start --dev-client",
|
|
"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": {
|
|
"@traces/types": "workspace:*",
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-native-community/slider": "5.0.1",
|
|
"@react-navigation/native": "^7.0.3",
|
|
"expo": "~54.0.0",
|
|
"expo-background-fetch": "~14.0.7",
|
|
"expo-background-task": "~1.0.8",
|
|
"expo-constants": "~18.0.0",
|
|
"expo-dev-client": "^6.0.13",
|
|
"expo-dev-launcher": "^6.0.13",
|
|
"expo-location": "~19.0.0",
|
|
"expo-media-library": "~18.2.0",
|
|
"expo-router": "~6.0.0",
|
|
"expo-status-bar": "~3.0.0",
|
|
"expo-system-ui": "~6.0.7",
|
|
"expo-task-manager": "~14.0.0",
|
|
"nativewind": "latest",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.4",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-maps": "1.20.1",
|
|
"react-native-reanimated": "~4.1.1",
|
|
"react-native-worklets": "~0.6.1",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-web": "~0.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@types/react": "~19.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-universe": "^14.0.0",
|
|
"prettier": "^3.5.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "universe/native",
|
|
"root": true
|
|
},
|
|
"private": true
|
|
}
|