-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.41 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
{
"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",
"postinstall": "patch-package"
},
"dependencies": {
"@froyo/animations": "file:src/components/animations",
"@froyo/bars": "file:src/components/bars",
"@froyo/chat-context": "file:src/context/chat-context",
"@froyo/constants": "file:src/constants",
"@froyo/content-context": "file:src/context/content-context",
"@froyo/elements": "file:src/components/elements",
"@froyo/forms": "file:src/components/forms",
"@froyo/fundamentals": "file:src/components/fundamentals",
"@froyo/helpers": "file:src/helpers",
"@froyo/icons": "file:assets/icons",
"@froyo/lists": "file:src/components/lists",
"@froyo/navigation-ref": "file:src/navigation/navigation-ref",
"@froyo/notification-context": "file:src/context/notification-context",
"@froyo/settings-context": "file:src/context/settings-context",
"@froyo/singleuse": "file:src/components/singleUse",
"@froyo/user-context": "file:src/context/user-context",
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-community/datetimepicker": "6.1.2",
"axios": "^0.27.2",
"expo": "~45.0.0",
"expo-constants": "~13.1.1",
"expo-device": "~4.2.0",
"expo-haptics": "~11.2.0",
"expo-image-picker": "~13.1.1",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-notifications": "~0.15.4",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-hyperlink": "^0.0.19",
"react-native-multitap": "^0.0.5",
"react-native-option-menu": "^1.1.3",
"react-native-reanimated": "~2.10.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-web": "0.17.7",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.2",
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true,
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}