{ "name": "Census", "version": "1.0.0", "main": "index.js", "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@expo/webpack-config": "^0.17.2", "@react-native-picker/picker": "^2.4.8", <<<<<<< HEAD ======= "axios": "^1.2.1", >>>>>>> Prawject_UserSt1 "danfojs": "^1.1.2", "expo": "^47.0.6", "expo-font": "~11.0.1", "expo-splash-screen": "~0.17.5", "expo-status-bar": "~1.4.2", "json2csv": "^5.0.7", <<<<<<< HEAD "react": "18.1.0", "react-dom": "18.1.0", "react-native": "0.70.5", "react-native-dropdown-picker": "^5.4.3", "react-native-element-dropdown": "^2.5.0", "react-native-web": "~0.18.9" ======= "react": "^18.1.0", "react-dom": "^18.1.0", "react-native": "0.70.5", "react-native-dropdown-picker": "^5.4.3", "react-native-element-dropdown": "^2.5.0", "react-native-web": "~0.18.9", "react-router-dom": "^6.5.0" >>>>>>> Prawject_UserSt1 }, "devDependencies": { "@babel/core": "^7.19.3" }, "private": true }