| { | |
| "name": "matiks-ui", | |
| "version": "1.0.0", | |
| "main": "expo/AppEntry.js", | |
| "scripts": { | |
| "start": "expo start", | |
| "android": "expo start --android", | |
| "ios": "expo start --ios", | |
| "web": "expo start --web" | |
| }, | |
| "dependencies": { | |
| "@expo-google-fonts/outfit": "^0.4.3", | |
| "@expo/vector-icons": "^15.0.3", | |
| "@react-navigation/native": "^7.2.2", | |
| "@react-navigation/native-stack": "^7.14.12", | |
| "@shopify/react-native-skia": "2.2.12", | |
| "expo": "~54.0.0", | |
| "expo-blur": "~15.0.8", | |
| "expo-font": "~14.0.11", | |
| "expo-linear-gradient": "~15.0.8", | |
| "expo-status-bar": "~3.0.0", | |
| "react": "19.1.0", | |
| "react-dom": "19.1.0", | |
| "react-native": "0.81.5", | |
| "react-native-reanimated": "~4.1.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.25.0", | |
| "@types/react": "~19.1.0", | |
| "babel-preset-expo": "~54.0.0", | |
| "typescript": "~5.9.0" | |
| }, | |
| "private": true | |
| } | |