-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"main": "node_modules/expo/AppEntry.js",
"contact": "[email protected]",
"private": true,
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"test-coverage": "node ./node_modules/jest/bin/jest.js --watchAll --coverage",
"old_releasev1": "expo build:android --release-channel prod-v1",
"release-android": "expo publish --release-channel android-build-3",
"release-ios": "expo publish --release-channel ios-build-5",
"build-android": "expo build:android --release-channel android-build-3",
"build-ios": "expo build:ios --release-channel ios-build-5"
},
"jest": {
"preset": "jest-expo",
"testRegex": "\\.test\\.js$",
"setupFiles": [
"./__tests__/__setup__/jest-setup.js"
],
"testPathIgnorePatterns": [
"node_modules/"
]
},
"dependencies": {
"es6-promise-pool": "^2.5.0",
"expo": "^32.0.0",
"i18next": "^14.0.1",
"react": "16.5.0",
"react-i18next": "^9.0.10",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-hyperlink": "^0.0.14",
"react-native-modal": "^6.5.0",
"react-native-render-html": "^4.1.1",
"react-native-slider": "^0.11.0",
"react-native-snackbar-component": "kriskate/React-Native-SnackBar-Component#master",
"react-native-status-bar-height": "2.0.0",
"react-navigation": "2.11.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-persist-transform-filter": "^0.0.18"
},
"devDependencies": {
"@types/expo": "^27.0.12",
"@types/react": "^16.4.7",
"@types/react-native": "0.49.3",
"@types/react-navigation": "^2.0.17",
"@types/react-redux": "^6.0.6",
"@types/redux": "^3.6.0",
"jest-expo": "^32.0.0",
"redux-mock-store": "^1.5.3"
}
}