package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "ImDemo",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "node node_modules/react-native/local-cli/cli.js start",
  7. "test": "jest"
  8. },
  9. "dependencies": {
  10. "native-base": "^2.3.1",
  11. "react": "16.0.0-alpha.12",
  12. "react-native": "0.47.2",
  13. "react-native-amap-geolocation": "https://github.com/reactnativecomponent/react-native-amap-geolocation",
  14. "react-native-amap3d": "^0.3.3",
  15. "react-native-image-crop-picker": "^0.16.0",
  16. "react-native-imui": "git+https://github.com/reactnativecomponent/react-native-imui.git",
  17. "react-native-navigation": "^1.1.287",
  18. "react-native-netease-im": "git+https://github.com/reactnativecomponent/react-native-netease-im.git",
  19. "react-native-simple-toast": "git+https://github.com/hzlgit/react-native-simple-toast.git",
  20. "react-native-svg": "^5.4.1",
  21. "react-native-swipe-list-view": "^0.4.1"
  22. },
  23. "devDependencies": {
  24. "babel-jest": "20.0.3",
  25. "babel-preset-react-native": "3.0.1",
  26. "jest": "20.0.4",
  27. "react-test-renderer": "16.0.0-alpha.12"
  28. },
  29. "jest": {
  30. "preset": "react-native"
  31. }
  32. }