|
2 | 2 | "version": "0.0.1",
|
3 | 3 | "scripts": {
|
4 | 4 | "clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",
|
5 |
| - "clean:android": "cd android/ && ./gradlew clean && cd .. && react-native run-android", |
| 5 | + "clean:android": "cd android/ && ./gradlew clean && cd .. && npx react-native run-android", |
6 | 6 | "newclear": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules/ && npm cache clean --force && npm i",
|
7 | 7 | "test:watch": "jest --watch",
|
8 | 8 | "updateSnapshot": "jest --updateSnapshot",
|
|
16 | 16 | "storybook": "storybook start -p 7007"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "apisauce": "1.0.3", |
20 |
| - "format-json": "1.0.3", |
21 |
| - "identity-obj-proxy": "3.0.0", |
22 |
| - "lodash": "4.17.15", |
23 |
| - "prop-types": "15.7.2", |
24 |
| - "querystringify": "2.1.1", |
25 |
| - "ramda": "0.26.1", |
26 |
| - "react-native-config": "0.11.7", |
27 |
| - "react-navigation-redux-helpers": "3.0.2", |
28 |
| - "react-native-device-info": "2.1.3", |
29 |
| - "react-redux": "6.0.1", |
30 |
| - "redux": "4.0.4", |
31 |
| - "redux-saga": "1.0.5", |
32 |
| - "reduxsauce": "1.1.0", |
33 |
| - "seamless-immutable": "7.1.4" |
| 19 | + "apisauce": "^1.1.1", |
| 20 | + "format-json": "^1.0.3", |
| 21 | + "identity-obj-proxy": "^3.0.0", |
| 22 | + "lodash": "^4.17.15", |
| 23 | + "prop-types": "^15.7.2", |
| 24 | + "querystringify": "^2.1.1", |
| 25 | + "ramda": "^0.26.1", |
| 26 | + "ramdasauce": "^2.1.3", |
| 27 | + "react": "16.9.0", |
| 28 | + "react-native": "0.61.4", |
| 29 | + "react-native-config": "^0.12.0", |
| 30 | + "react-native-device-info": "^5.3.0", |
| 31 | + "react-native-gesture-handler": "^1.5.0", |
| 32 | + "react-navigation": "^4.0.10", |
| 33 | + "react-navigation-redux-helpers": "^4.0.1", |
| 34 | + "react-navigation-stack": "^1.10.3", |
| 35 | + "react-navigation-tabs": "^2.5.6", |
| 36 | + "react-redux": "^7.1.3", |
| 37 | + "redux": "^4.0.4", |
| 38 | + "redux-saga": "^1.1.3", |
| 39 | + "reduxsauce": "^1.1.1", |
| 40 | + "seamless-immutable": "^7.1.4" |
34 | 41 | },
|
35 | 42 | "devDependencies": {
|
36 | 43 | "@storybook/addons": "^4.1.11",
|
|
39 | 46 | "@storybook/addon-storyshots": "^4.1.11",
|
40 | 47 | "@storybook/channels": "^4.1.11",
|
41 | 48 | "@storybook/react-native": "^4.1.11",
|
42 |
| - "babel-core": "6.26.3", |
43 |
| - "babel-preset-env": "1.7.0", |
44 |
| - "babel-preset-react-native": "4.0.1", |
45 |
| - "enzyme": "3.10.0", |
46 |
| - "enzyme-adapter-react-16": "1.14.0", |
47 |
| - "mockery": "2.1.0", |
48 |
| - "babel-plugin-ignite-ignore-reactotron": "0.3.0", |
49 |
| - "react-devtools-core": "3.6.3", |
50 |
| - "react-dom": "16.8.6", |
51 |
| - "reactotron-react-native": "2.2.0", |
52 |
| - "reactotron-redux": "2.1.3", |
53 |
| - "reactotron-redux-saga": "3.0.0" |
| 49 | + "@babel/core": "^7.7.2", |
| 50 | + "@babel/runtime": "^7.7.2", |
| 51 | + "@react-native-community/eslint-config": "^0.0.5", |
| 52 | + "babel-jest": "^24.9.0", |
| 53 | + "eslint": "^6.6.0", |
| 54 | + "jest": "^24.9.0", |
| 55 | + "metro-react-native-babel-preset": "^0.57.0", |
| 56 | + "react-test-renderer": "16.9.0", |
| 57 | + "reactotron-react-native": "^4.0.2", |
| 58 | + "reactotron-redux": "^3.1.2", |
| 59 | + "reactotron-redux-saga": "^4.2.2" |
54 | 60 | },
|
55 | 61 | "jest": {
|
56 | 62 | "testMatch": [
|
|
0 commit comments