package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "power_sensor",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "android": "react-native run-android",
  7. "ios": "react-native run-ios",
  8. "start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-native start",
  9. "test": "jest",
  10. "lint": "eslint ."
  11. },
  12. "dependencies": {
  13. "@ant-design/react-native": "4.2.0",
  14. "@react-native-async-storage/async-storage": "^1.17.10",
  15. "@react-native-community/art": "^1.2.0",
  16. "@react-native-community/cameraroll": "^4.1.2",
  17. "@react-native-community/datetimepicker": "^6.7.0",
  18. "@react-native-community/segmented-control": "^2.2.2",
  19. "@react-native-community/slider": "^4.3.3",
  20. "@react-native-picker/picker": "^2.4.8",
  21. "@react-navigation/bottom-tabs": "^6.4.0",
  22. "@react-navigation/native": "^6.0.13",
  23. "@react-navigation/native-stack": "^6.9.1",
  24. "dva-core": "^2.0.4",
  25. "fbjs": "^3.0.4",
  26. "jsc-android": "^250230.2.1",
  27. "qs": "^6.11.0",
  28. "react": "17.0.2",
  29. "react-native": "0.67.0",
  30. "react-native-barcode-builder": "2.0.0",
  31. "react-native-gesture-handler": "2.8.0",
  32. "react-native-pager-view": "^6.1.0",
  33. "react-native-paper": "^4.12.5",
  34. "react-native-safe-area-context": "^4.4.1",
  35. "react-native-screens": "^3.18.2",
  36. "react-native-svg": "12.1.1",
  37. "react-native-tableview-simple": "^4.3.1",
  38. "react-native-qrcode-svg": "^6.1.2",
  39. "react-native-webview": "^11.26.1",
  40. "react-navigation": "^4.4.4",
  41. "react-navigation-stack": "^2.10.4",
  42. "react-redux": "^8.0.5",
  43. "redux": "^4.2.0"
  44. },
  45. "devDependencies": {
  46. "@babel/core": "^7.20.2",
  47. "@babel/plugin-proposal-decorators": "^7.20.2",
  48. "@babel/runtime": "^7.20.1",
  49. "@react-native-community/eslint-config": "^3.2.0",
  50. "babel-jest": "^29.3.1",
  51. "eslint": "^8.27.0",
  52. "jest": "^29.3.1",
  53. "metro-react-native-babel-preset": "^0.73.3",
  54. "react-test-renderer": "17.0.2"
  55. },
  56. "jest": {
  57. "preset": "react-native"
  58. }
  59. }