1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "wyapp",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "start": "node node_modules/react-native/local-cli/cli.js start",
- "test": "jest"
- },
- "dependencies": {
- "@types/ramda": "^0.26.1",
- "@types/react-native-drawer": "^2.5.1",
- "@types/react-native-fs": "^2.8.3",
- "@types/react-native-permissions": "^1.1.1",
- "@types/react-native-scrollable-tab-view": "^0.8.2",
- "@types/react-native-vector-icons": "^4.6.4",
- "@types/react-navigation": "^2.0.24",
- "@types/react-redux": "^6.0.10",
- "@types/redux": "^3.6.0",
- "@types/redux-logger": "^3.0.6",
- "@types/redux-persist": "^4.3.1",
- "@types/redux-saga": "^0.10.5",
- "@types/redux-thunk": "^2.1.0",
- "@types/seamless-immutable": "^7.1.7",
- "dva-core": "^1.4.0",
- "ramda": "^0.26.1",
- "react": "16.6.0-alpha.8af6728",
- "react-native": "0.57.4",
- "react-native-cardview": "^2.0.2",
- "react-native-code-push": "^5.5.1",
- "react-native-device-info": "^0.26.4",
- "react-native-drawer": "^2.5.1",
- "react-native-exit-app": "^1.0.0",
- "react-native-fs": "^2.13.3",
- "react-native-gesture-handler": "^1.1.0",
- "react-native-get-music-files": "^2.1.0",
- "react-native-modal-translucent": "^2.0.0",
- "react-native-permissions": "^1.1.1",
- "react-native-scrollable-tab-view": "^0.10.0",
- "react-native-sound": "^0.10.12",
- "react-native-splash-screen": "^3.1.1",
- "react-native-vector-icons": "^6.0.2",
- "react-navigation": "^2.18.2",
- "react-navigation-redux-helpers": "^3.0.0",
- "react-redux": "^6.0.1",
- "redux": "^4.0.1",
- "redux-logger": "^3.0.6",
- "redux-persist": "^4.10.2",
- "redux-saga": "^1.0.2",
- "seamless-immutable": "^7.1.4"
- },
- "devDependencies": {
- "@types/react": "^16.4.18",
- "@types/react-native": "^0.57.7",
- "babel-jest": "23.6.0",
- "jest": "23.6.0",
- "metro-react-native-babel-preset": "0.48.2",
- "react-native-typescript-transformer": "^1.2.10",
- "react-test-renderer": "16.6.0-alpha.8af6728",
- "typescript": "^3.1.3"
- },
- "jest": {
- "preset": "react-native"
- }
- }
|