Aucune description

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "wyapp",
  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. "@types/ramda": "^0.26.1",
  11. "@types/react-native-drawer": "^2.5.1",
  12. "@types/react-native-fs": "^2.8.3",
  13. "@types/react-native-permissions": "^1.1.1",
  14. "@types/react-native-scrollable-tab-view": "^0.8.2",
  15. "@types/react-native-vector-icons": "^4.6.4",
  16. "@types/react-navigation": "^2.0.24",
  17. "@types/react-redux": "^6.0.10",
  18. "@types/redux": "^3.6.0",
  19. "@types/redux-logger": "^3.0.6",
  20. "@types/redux-persist": "^4.3.1",
  21. "@types/redux-saga": "^0.10.5",
  22. "@types/redux-thunk": "^2.1.0",
  23. "@types/seamless-immutable": "^7.1.7",
  24. "dva-core": "^1.4.0",
  25. "ramda": "^0.26.1",
  26. "react": "16.6.0-alpha.8af6728",
  27. "react-native": "0.57.4",
  28. "react-native-cardview": "^2.0.2",
  29. "react-native-code-push": "^5.5.1",
  30. "react-native-device-info": "^0.26.4",
  31. "react-native-drawer": "^2.5.1",
  32. "react-native-exit-app": "^1.0.0",
  33. "react-native-fs": "^2.13.3",
  34. "react-native-gesture-handler": "^1.1.0",
  35. "react-native-get-music-files": "^2.1.0",
  36. "react-native-modal-translucent": "^2.0.0",
  37. "react-native-permissions": "^1.1.1",
  38. "react-native-scrollable-tab-view": "^0.10.0",
  39. "react-native-sound": "^0.10.12",
  40. "react-native-splash-screen": "^3.1.1",
  41. "react-native-vector-icons": "^6.0.2",
  42. "react-navigation": "^2.18.2",
  43. "react-navigation-redux-helpers": "^3.0.0",
  44. "react-redux": "^6.0.1",
  45. "redux": "^4.0.1",
  46. "redux-logger": "^3.0.6",
  47. "redux-persist": "^4.10.2",
  48. "redux-saga": "^1.0.2",
  49. "seamless-immutable": "^7.1.4"
  50. },
  51. "devDependencies": {
  52. "@types/react": "^16.4.18",
  53. "@types/react-native": "^0.57.7",
  54. "babel-jest": "23.6.0",
  55. "jest": "23.6.0",
  56. "metro-react-native-babel-preset": "0.48.2",
  57. "react-native-typescript-transformer": "^1.2.10",
  58. "react-test-renderer": "16.6.0-alpha.8af6728",
  59. "typescript": "^3.1.3"
  60. },
  61. "jest": {
  62. "preset": "react-native"
  63. }
  64. }