mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 00:59:40 +02:00
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"
|
|
}
|
|
}
|