You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

{
"name": "newbrainnelapp",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
2 months ago
"@expo/metro-runtime": "~4.0.1",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-navigation/bottom-tabs": "^7.3.3",
2 months ago
"@react-navigation/native": "^7.0.19",
"@react-navigation/native-stack": "^7.3.3",
"axios": "^1.8.4",
"expo": "~52.0.41",
2 months ago
"expo-localization": "^16.0.1",
"expo-status-bar": "~2.0.1",
2 months ago
"i18next": "^24.2.3",
"react": "18.3.1",
2 months ago
"react-dom": "18.3.1",
"react-i18next": "^15.4.1",
"react-native": "0.76.7",
"react-native-localize": "^3.4.1",
"react-native-safe-area-context": "^5.3.0",
"react-native-screens": "^4.10.0",
"react-native-vector-icons": "^10.2.0",
2 months ago
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"@types/react-native-vector-icons": "^6.4.18",
"typescript": "^5.3.3"
},
"private": true
}