Files
lively/package.json
Mathis Pruvot 961d29ebe8 chore: initialize Expo SDK 55 project with TypeScript
React Native + Expo Router setup with strict TypeScript,
path aliases, and dark-first configuration.
2026-05-28 11:48:49 +00:00

43 lines
1.2 KiB
JSON

{
"name": "lively",
"version": "1.0.0",
"main": "expo-router/entry",
"dependencies": {
"@react-navigation/bottom-tabs": "^7.16.2",
"@shopify/react-native-skia": "2.6.2",
"expo": "~56.0.6",
"expo-blur": "~56.0.3",
"expo-constants": "~56.0.16",
"expo-file-system": "~56.0.7",
"expo-haptics": "~56.0.3",
"expo-image-manipulator": "~56.0.15",
"expo-image-picker": "~56.0.14",
"expo-linking": "~56.0.12",
"expo-media-library": "~56.0.6",
"expo-router": "~56.2.7",
"expo-sensors": "~56.0.5",
"expo-status-bar": "~56.0.4",
"phosphor-react-native": "^3.0.6",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-mmkv": "^4.3.1",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-svg": "^15.15.5",
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"private": true
}