No Description

package.json 858B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "Census",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "start": "expo start --dev-client",
  7. "android": "expo run:android",
  8. "ios": "expo run:ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "@expo/webpack-config": "^0.17.2",
  13. "@react-native-picker/picker": "^2.4.8",
  14. "danfojs": "^1.1.2",
  15. "expo": "^47.0.6",
  16. "expo-font": "~11.0.1",
  17. "expo-splash-screen": "~0.17.5",
  18. "expo-status-bar": "~1.4.2",
  19. "json2csv": "^5.0.7",
  20. "prop-types": "^15.8.1",
  21. "react": "18.1.0",
  22. "react-dom": "18.1.0",
  23. "react-native": "0.70.5",
  24. "react-native-dropdown-picker": "^5.4.3",
  25. "react-native-element-dropdown": "^2.5.0",
  26. "react-native-table-component": "^1.2.2",
  27. "react-native-web": "~0.18.9"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.19.3"
  31. },
  32. "private": true
  33. }