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.
65 lines
2.1 KiB
65 lines
2.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": { |
|
"@expo/metro-runtime": "~4.0.1", |
|
"@react-native-async-storage/async-storage": "^2.1.2", |
|
"@react-native-community/checkbox": "^0.5.17", |
|
"@react-native-picker/picker": "^2.11.0", |
|
"@react-navigation/bottom-tabs": "^7.3.3", |
|
"@react-navigation/native": "^7.0.19", |
|
"@react-navigation/native-stack": "^7.3.3", |
|
"axios": "^1.8.4", |
|
"events": "^3.3.0", |
|
"expo": "~52.0.41", |
|
"expo-auth-session": "~6.0.3", |
|
"expo-linear-gradient": "~14.0.2", |
|
"expo-localization": "^16.0.1", |
|
"expo-random": "^14.0.1", |
|
"expo-status-bar": "~2.0.1", |
|
"expo-web-browser": "~14.0.2", |
|
"i18next": "^24.2.3", |
|
"install": "^0.13.0", |
|
"npm": "^10.9.2", |
|
"react": "18.3.1", |
|
"react-dom": "18.3.1", |
|
"react-i18next": "^15.4.1", |
|
"react-native": "0.76.7", |
|
"react-native-dropdown-picker": "^5.4.6", |
|
"react-native-fast-image": "^8.6.3", |
|
"react-native-gesture-handler": "^2.25.0", |
|
"react-native-linear-gradient": "^2.8.3", |
|
"react-native-localize": "^3.4.1", |
|
"react-native-pager-view": "^6.7.0", |
|
"react-native-paper": "^5.13.3", |
|
"react-native-reanimated": "~3.16.1", |
|
"react-native-reanimated-carousel": "^4.0.2", |
|
"react-native-render-html": "^6.3.4", |
|
"react-native-responsive-fontsize": "^0.5.1", |
|
"react-native-safe-area-context": "^5.3.0", |
|
"react-native-screens": "^4.10.0", |
|
"react-native-svg": "^15.11.2", |
|
"react-native-swiper": "^1.6.0", |
|
"react-native-toast-message": "^2.3.0", |
|
"react-native-vector-icons": "^10.2.0", |
|
"react-native-web": "~0.19.13", |
|
"react-native-webview": "^13.13.5" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.25.2", |
|
"@hancleee/babel-plugin-react-native-pxtodp": "^1.0.8", |
|
"@types/react": "~18.3.12", |
|
"@types/react-native-vector-icons": "^6.4.18", |
|
"react-native-svg-transformer": "^1.5.0", |
|
"typescript": "^5.3.3" |
|
}, |
|
"private": true |
|
}
|
|
|