generated from yappeizhen/React-Native-Expo-Boilerplate-v2
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.94 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.94 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "soldier-strong",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/metro-config": "^0.3.16",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "~0.16.2",
"@firebase/app": "^0.7.24",
"@firebase/auth": "^0.20.1",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@mauron85/react-native-background-geolocation": "^0.6.3",
"@react-native-async-storage/async-storage": "^1.17.5",
"@react-native-community/datetimepicker": "6.1.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^14.9.3",
"@react-native-firebase/auth": "^14.9.3",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/material-bottom-tabs": "^6.2.1",
"@react-navigation/material-top-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.1.0",
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow/tfjs": "^3.18.0",
"@tensorflow/tfjs-react-native": "^0.8.0",
"expo": "~45.0.0",
"expo-asset": "~8.5.0",
"expo-camera": "~12.2.0",
"expo-constants": "~13.1.1",
"expo-font": "~10.1.0",
"expo-gl": "^11.3.0",
"expo-linking": "~3.1.0",
"expo-location": "~14.2.2",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-system-ui": "~1.2.0",
"expo-updates": "^0.13.2",
"expo-web-browser": "~10.2.0",
"firebase": "^9.8.1",
"font-awesome": "^4.7.0",
"haversine": "^1.1.1",
"moment": "^2.29.3",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-countdown-component": "^2.7.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-maps": "0.30.2",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-pager-view": "5.4.15",
"react-native-paper": "^4.12.1",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "^12.3.0",
"react-native-stopwatch-timer": "0.0.21",
"react-native-svg-transformer": "^1.0.0",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.7",
"uninstall": "^0.0.0",
"webpack-dev-server": "~3.11.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.66.13",
"@types/react-native-countdown-component": "^2.7.0",
"jest": "^26.6.3",
"jest-expo": "~45.0.0",
"react-test-renderer": "17.0.2",
"typescript": "~4.3.5"
},
"private": true
}