-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.99 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
{
"name": "cs-194-team-27-app",
"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"
},
"dependencies": {
"@expo-google-fonts/raleway": "^0.2.3",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@sanar/react-native-highlight-text": "^1.0.2",
"expo": "^48.0.0",
"expo-device": "~5.2.1",
"expo-font": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-media-library": "~15.2.2",
"expo-notifications": "~0.18.1",
"expo-sharing": "~11.2.2",
"expo-status-bar": "~1.4.4",
"firebase": "^9.17.1",
"moment": "^2.29.4",
"monkeylearn": "^3.4.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-autocomplete-input": "^5.3.2",
"react-native-autogrow-textinput": "^5.4.0",
"react-native-calendar-picker": "^7.1.3",
"react-native-chart-kit": "^6.12.0",
"react-native-dialog-input": "^1.0.8",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^5.1.0",
"react-native-modal": "^13.0.1",
"react-native-prompt-android": "^1.1.0",
"react-native-root-toast": "^3.4.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-share": "^8.2.1",
"react-native-svg": "13.4.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-view-shot": "3.5.0",
"react-native-web": "~0.18.11",
"sentiment": "^5.0.2",
"tailwindcss": "^3.2.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.27",
"@types/react-native": "~0.70.6",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2"
},
"private": true
}