-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.71 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
{
"name": "phoenix",
"version": "0.2.2",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"bootstrap": "^5.2.3",
"bootswatch": "^5.2.3",
"cors": "^2.8.5",
"eas": "^0.1.0",
"expo": "^49.0.16",
"expo-build-properties": "~0.8.3",
"expo-dev-client": "~2.4.11",
"expo-image-picker": "~14.3.2",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"express": "^4.18.2",
"react": "18.2.0",
"react-devtools-core": "^4.28.5",
"react-native": "0.72.6",
"react-native-bootstrap": "^0.1.0",
"react-native-date-picker": "^4.2.6",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "^2.13.4",
"react-native-image-picker": "^5.0.2",
"react-native-modal-datetime-picker": "^14.0.1",
"react-native-paper": "^5.11.1",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "~3.22.0",
"react-native-select-dropdown": "^3.2.1",
"react-native-svg": "^13.14.0",
"react-native-vector-icons": "^10.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}