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.

77 lines
2.5 KiB

{
"name": "newbrainnelapp",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
2 months ago
"@expo/metro-runtime": "~4.0.1",
2 weeks ago
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
2 months ago
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"axios": "^1.8.4",
1 month ago
"events": "^3.3.0",
"expo": "~52.0.41",
1 month ago
"expo-auth-session": "~6.0.3",
"expo-build-properties": "~0.13.3",
2 weeks ago
"expo-crypto": "~14.0.2",
"expo-image": "~2.0.7",
"expo-image-picker": "~16.0.6",
2 months ago
"expo-linear-gradient": "~14.0.2",
"expo-localization": "~16.0.1",
1 month ago
"expo-random": "^14.0.1",
"expo-status-bar": "~2.0.1",
"expo-video": "~2.0.6",
1 month ago
"expo-web-browser": "~14.0.2",
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.9",
1 month ago
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.20.2",
1 month ago
"react-native-image-viewing": "^0.2.2",
"react-native-image-zoom-viewer": "^3.0.1",
2 months ago
"react-native-linear-gradient": "^2.8.3",
2 months ago
"react-native-localize": "^3.4.1",
"react-native-md5": "^1.0.0",
"react-native-pager-view": "6.5.1",
2 months ago
"react-native-paper": "^5.13.3",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-carousel": "^4.0.2",
2 months ago
"react-native-render-html": "^6.3.4",
2 months ago
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
2 months ago
"react-native-swiper": "^1.6.0",
1 month ago
"react-native-toast-message": "^2.3.0",
"react-native-vector-icons": "^10.2.0",
1 month ago
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
1 month ago
"zustand": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
2 months ago
"@hancleee/babel-plugin-react-native-pxtodp": "^1.0.8",
"@react-native-community/cli": "^18.0.0",
"@types/ramda": "^0.30.2",
"@types/react": "~18.3.12",
"@types/react-native": "^0.72.8",
"@types/react-native-vector-icons": "^6.4.18",
4 weeks ago
"expo-module-scripts": "^4.1.7",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.3.3"
},
"private": true
}