react-native-navigation的迁移库

package.json 795B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "react-native-navigation",
  3. "publishConfig": {
  4. "registry": "https://registry.npmjs.org/"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/wix/react-native-navigation.git"
  9. },
  10. "version": "1.0.21",
  11. "description": "React Native Navigation - truly native navigation for iOS and Android",
  12. "nativePackage": true,
  13. "bugs": {
  14. "url": "https://github.com/wix/react-native-navigation/issues"
  15. },
  16. "homepage": "https://github.com/wix/react-native-navigation",
  17. "main": "index.js",
  18. "author": "Tal Kol <talkol@gmail.com>",
  19. "license": "MIT",
  20. "peerDependencies": {
  21. "react-native": ">=0.25.1",
  22. "react": ">=0.14.5"
  23. },
  24. "dependencies": {
  25. "react-native-controllers": "^2.0.0"
  26. },
  27. "optionalDependencies": {
  28. "react-redux": "*"
  29. }
  30. }