| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "video",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "start": "node node_modules/react-native/local-cli/cli.js start",
- "test": "jest"
- },
- "dependencies": {
- "lodash": "^4.17.2",
- "moment": "^2.16.0",
- "react": "15.4.0",
- "react-native": "^0.38.0",
- "react-native-action-button": "^2.0.15",
- "react-native-local-storage": "^1.5.1",
- "react-native-orientation": "yamill/react-native-orientation",
- "react-native-router-flux": "^3.37.0",
- "react-native-scrollable-tab-view": "^0.6.0",
- "react-native-tabs": "^1.0.9",
- "react-native-vector-icons": "^3.0.0",
- "react-native-video": "^0.9.0",
- "react-redux": "^4.4.6",
- "redux": "^3.6.0",
- "redux-thunk": "^2.1.0",
- "sha256": "^0.2.0"
- },
- "jest": {
- "preset": "jest-react-native"
- },
- "devDependencies": {
- "babel-jest": "17.0.2",
- "babel-preset-react-native": "1.9.0",
- "eslint-config-rallycoding": "^3.1.0",
- "eslint-plugin-class-property": "^1.0.1",
- "eslint-plugin-react": "^6.7.1",
- "jest": "17.0.3",
- "jest-react-native": "17.0.3",
- "react-test-renderer": "15.3.2",
- "whatwg-fetch": "2.0.0"
- }
- }
|