-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "expo start --dev-client",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
]
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/checkbox": "^0.5.12",
"elementos": "^1.0.0",
"elementos-react": "^1.0.0",
"expo": "^44.0.5",
"expo-cli": "^4.13.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.5",
"firebase": "^9.3.0",
"jest": "^26.6.3",
"js-sha256": "^0.9.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-web": "0.17.1",
"standard": "^16.0.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/react-native": "^9.0.0",
"detox": "^19.4.2",
"detox-expo-helpers": "^0.6.0",
"expo-detox-hook": "^1.0.10",
"expo-module-scripts": "^2.0.0",
"jest-expo": "^44.0.1",
"react-test-renderer": "^17.0.2"
},
"detox": {
"test-runner": "jest",
"configurations": {
"android.sim": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "Pixel_2_API_28"
}
}
},
"private": true,
"name": "Mesosphere",
"version": "1.0.0"
}