-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.38 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "openhouse2020",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug",
"ios": "react-native run-ios --simulator 'iPhone 11 Pro Max'",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@ant-design/react-native": "^3.2.2",
"@eva-design/eva": "^1.3.2",
"@react-native-community/async-storage": "^1.7.1",
"@react-native-community/google-signin": "^3.0.4",
"@react-native-firebase/analytics": "^6.2.0",
"@react-native-firebase/app": "^6.2.0",
"@react-native-firebase/auth": "^6.2.0",
"@react-native-firebase/firestore": "^6.2.0",
"@ui-kitten/components": "^4.3.2",
"@ui-kitten/eva-icons": "^4.3.2",
"appcenter": "^2.6.1",
"appcenter-analytics": "^2.6.1",
"appcenter-crashes": "^2.6.1",
"appcenter-push": "^2.6.0",
"expo-apple-authentication": "^1.0.0",
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-code-push": "^5.7.0",
"react-native-confetti": "^0.1.0",
"react-native-gesture-handler": "^1.5.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-material-textfield": "^0.16.1",
"react-native-notifications": "^2.1.6",
"react-native-paper": "^3.5.1",
"react-native-qrcode-svg": "^6.0.3",
"react-native-reanimated": "^1.7.0",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-svg": "^11.0.1",
"react-native-unimodules": "^0.6.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^1.10.3",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.9.1",
"@types/react": "16.9.0",
"@types/react-native": "^0.60.31",
"@types/react-native-material-textfield": "^0.15.0",
"@types/react-test-renderer": "16.9.0",
"@types/styled-components": "^4.4.2",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"typescript": "^3.7.5"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}