Nazara/nazara/deleteme/apps/native/package.json

36 lines
898 B
JSON

{
"name": "native",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"dev": "expo start --web",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@repo/ui": "workspace:*",
"expo": "~51.0.39",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.24",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@expo/webpack-config": "^19.0.0",
"@types/react": "~18.2.14",
"@types/react-native": "^0.73.0",
"typescript": "~5.3.3"
}
}