|
6 | 6 | "start": "react-native start", |
7 | 7 | "start:logger": "LOGGER_ENABLED=true react-native start --reset-cache", |
8 | 8 | "start:tron": "TRON_ENABLED=true react-native start --reset-cache", |
9 | | - "start:android": |
10 | | - "concurrently -r 'react-native start' 'yarn start:android:no-packager'", |
11 | | - "start:android:logger": |
12 | | - "LOGGER_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:android:no-packager'", |
13 | | - "start:android:tron": |
14 | | - "TRON_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:android:no-packager'", |
| 9 | + "start:android": "concurrently -r 'react-native start' 'yarn start:android:no-packager'", |
| 10 | + "start:android:logger": "LOGGER_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:android:no-packager'", |
| 11 | + "start:android:tron": "TRON_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:android:no-packager'", |
15 | 12 | "start:android:no-packager": "react-native run-android --no-packager", |
16 | | - "start:ios": |
17 | | - "concurrently -r 'react-native start' 'yarn start:ios:no-packager'", |
18 | | - "start:ios:logger": |
19 | | - "LOGGER_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:ios:no-packager'", |
20 | | - "start:ios:tron": |
21 | | - "TRON_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:ios:no-packager'", |
| 13 | + "start:ios": "concurrently -r 'react-native start' 'yarn start:ios:no-packager'", |
| 14 | + "start:ios:logger": "LOGGER_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:ios:no-packager'", |
| 15 | + "start:ios:tron": "TRON_ENABLED=true concurrently -r 'react-native start --reset-cache' 'yarn start:ios:no-packager'", |
22 | 16 | "start:ios:no-packager": "react-native run-ios --no-packager", |
23 | 17 | "clean": "rm -rf node_modules", |
24 | 18 | "clean:android": "cd android && ./gradlew clean && cd -", |
|
42 | 36 | "cp-release:ios": "code-push release-react git-point-ios ios", |
43 | 37 | "cp-release:android": "code-push release-react git-point-android android", |
44 | 38 | "cp-promote:ios": "code-push promote git-point-ios Staging Production", |
45 | | - "cp-promote:android": |
46 | | - "code-push promote git-point-android Staging Production", |
47 | | - "cp-history:ios-staging": |
48 | | - "code-push deployment history git-point-ios Staging", |
49 | | - "cp-history:android-staging": |
50 | | - "code-push deployment history git-point-android Staging", |
51 | | - "cp-history:android-production": |
52 | | - "code-push deployment history git-point-android Production", |
53 | | - "cp-history:ios-production": |
54 | | - "code-push deployment history git-point-ios Production", |
| 39 | + "cp-promote:android": "code-push promote git-point-android Staging Production", |
| 40 | + "cp-history:ios-staging": "code-push deployment history git-point-ios Staging", |
| 41 | + "cp-history:android-staging": "code-push deployment history git-point-android Staging", |
| 42 | + "cp-history:android-production": "code-push deployment history git-point-android Production", |
| 43 | + "cp-history:ios-production": "code-push deployment history git-point-ios Production", |
55 | 44 | "doctoc": "doctoc --title='## Table of Contents' README.md", |
56 | 45 | "postinstall": "opencollective postinstall" |
57 | 46 | }, |
58 | 47 | "lint-staged": { |
59 | | - "*.js": ["prettier --write", "git add", "eslint --cache"] |
| 48 | + "*.js": [ |
| 49 | + "prettier --write", |
| 50 | + "git add", |
| 51 | + "eslint --cache" |
| 52 | + ] |
60 | 53 | }, |
61 | 54 | "dependencies": { |
62 | 55 | "date-fns": "^1.29.0", |
|
85 | 78 | "react-native-i18n": "^2.0.4", |
86 | 79 | "react-native-linear-gradient": "^2.4.0", |
87 | 80 | "react-native-material-design-searchbar": "^1.1.4", |
88 | | - "react-native-mock": |
89 | | - "https://github.com/shqld/react-native-mock/tarball/master", |
| 81 | + "react-native-mock": "https://github.com/shqld/react-native-mock/tarball/master", |
90 | 82 | "react-native-parallax-scroll-view": "^0.20.1", |
91 | 83 | "react-native-photo-view": "^1.5.2", |
92 | 84 | "react-native-safari-view": "^2.0.0", |
|
133 | 125 | "flow-bin": "^0.47.0", |
134 | 126 | "husky": "^0.14.3", |
135 | 127 | "jest": "^21.2.1", |
| 128 | + "keys-diff": "^1.0.5", |
136 | 129 | "lint-staged": "^3.2.6", |
137 | 130 | "minicat": "^1.0.0", |
138 | 131 | "prettier": "^1.7.4", |
|
148 | 141 | }, |
149 | 142 | "jest": { |
150 | 143 | "preset": "react-native", |
151 | | - "testMatch": ["**/__tests__/tests/**/*.js"], |
152 | | - "setupFiles": ["./testenv.js"], |
| 144 | + "testMatch": [ |
| 145 | + "**/__tests__/tests/**/*.js" |
| 146 | + ], |
| 147 | + "setupFiles": [ |
| 148 | + "./testenv.js" |
| 149 | + ], |
153 | 150 | "transformIgnorePatterns": [ |
154 | 151 | "node_modules/(?!(jest-)?react-native|react-navigation)" |
155 | 152 | ], |
156 | 153 | "moduleNameMapper": { |
157 | | - "styled-components": |
158 | | - "<rootDir>/node_modules/styled-components/dist/styled-components.native.cjs.js" |
| 154 | + "styled-components": "<rootDir>/node_modules/styled-components/dist/styled-components.native.cjs.js" |
159 | 155 | } |
160 | 156 | }, |
161 | 157 | "rnpm": { |
162 | | - "assets": ["./src/assets/fonts"] |
| 158 | + "assets": [ |
| 159 | + "./src/assets/fonts" |
| 160 | + ] |
163 | 161 | }, |
164 | 162 | "config": { |
165 | 163 | "commitizen": { |
|
0 commit comments