|
3 | 3 | "version": "0.0.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "preinstall": "cd .. && npm i --only=prod", |
| 6 | + "preinstall": "cd .. && npm i", |
7 | 7 | "postinstall": "metro-with-symlinks", |
8 | | - "build": "rm -rf build && tsc -p .", |
9 | | - "lint": "tslint -p .", |
| 8 | + "build": "rm -rf build && ../node_modules/.bin/tsc -p .", |
10 | 9 | "watch": "npm run build -- --watch", |
11 | 10 | "run:android": "npm run clean:android && react-native run-android", |
12 | 11 | "clean:android": "cd android && ./gradlew clean", |
13 | 12 | "start": "node node_modules/react-native/local-cli/cli.js start", |
14 | | - "reset:packager": "watchman watch-del-all && node_modules/react-native/scripts/packager.sh --reset-cache", |
15 | | - "test": "jest" |
| 13 | + "reset:packager": "watchman watch-del-all && node_modules/react-native/scripts/packager.sh --reset-cache" |
16 | 14 | }, |
17 | 15 | "dependencies": { |
18 | 16 | "cat-names": "github:iyegoroff/cat-names#types", |
19 | 17 | "react": "16.5.1", |
20 | 18 | "react-native": "0.57.0", |
21 | 19 | "react-native-collapsible-header-views": "file:../", |
22 | | - "react-native-iphone-x-helper": "^1.1.0", |
23 | | - "react-navigation": "^2.13.0" |
| 20 | + "react-native-iphone-x-helper": "1.2.0", |
| 21 | + "react-navigation": "2.13.0" |
24 | 22 | }, |
25 | 23 | "devDependencies": { |
26 | | - "@types/react": "^16.4.13", |
27 | | - "@types/react-native": "^0.56.18", |
| 24 | + "@types/react": "16.8.2", |
| 25 | + "@types/react-native": "0.57.34", |
28 | 26 | "@types/react-navigation": "^2.0.19", |
29 | | - "babel-jest": "23.4.2", |
30 | | - "jest": "23.5.0", |
31 | 27 | "metro-react-native-babel-preset": "^0.45.2", |
32 | | - "metro-with-symlinks": "github:treyp/metro-with-symlinks#rn-47", |
33 | | - "react-test-renderer": "16.4.1", |
34 | | - "tslint": "^5.11.0", |
35 | | - "tslint-config-standard": "^8.0.1", |
36 | | - "typescript": "^3.0.3", |
37 | | - "vrsource-tslint-rules": "^5.8.2" |
38 | | - }, |
39 | | - "jest": { |
40 | | - "preset": "react-native" |
| 28 | + "metro-with-symlinks": "1.3.0" |
41 | 29 | } |
42 | 30 | } |
0 commit comments