-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.67 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
{
"name": "chabot-mobile-app",
"version": "1.0.0",
"main": "navigation/Navigation.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@openspacelabs/react-native-zoomable-view": "^2.0.4",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.7.0",
"@types/react-native-snap-carousel": "^3.8.5",
"build": "^0.1.4",
"date-fns": "^2.29.3",
"deprecated-react-native-prop-types": "^2.3.0",
"eas": "^0.1.0",
"eas-cli": "^2.6.0",
"evil-icons": "^1.10.1",
"expo": "^46.0.15",
"expo-app-loading": "~2.1.0",
"expo-build-properties": "~0.3.0",
"expo-cli": "^6.0.6",
"expo-font": "~10.2.0",
"expo-linking": "~3.2.2",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-web-browser": "~11.0.0",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"patch-package": "^6.5.0",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "18.0.0",
"react-flashcard": "^1.0.2",
"react-native": "0.69.6",
"react-native-collapsible": "^1.6.0",
"react-native-dropdown-select-list": "^1.0.23",
"react-native-element-dropdown": "^2.3.0",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-ionicons": "^4.x",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.15.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-socials": "^0.0.25",
"react-native-vector-icons": "^9.1.0",
"react-native-video": "^5.2.1",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0",
"react-native-youtube": "^2.0.2",
"react-native-youtube-iframe": "^2.2.2",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-social-media-embed": "^2.2.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-calendar": "^3.9.0",
"@types/react-native": "~0.66.13",
"typescript": "~4.3.5"
},
"private": true
}