-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.72 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.72 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
{
"name": "studypals",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/datetimepicker": "^7.4.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "^2.4.10",
"@react-native/normalize-colors": "^0.73.0",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@types/react": "~18.0.27",
"date-fns": "^2.30.0",
"deprecated-react-native-prop-types": "^4.1.0",
"dotenv": "^16.3.1",
"expo": "~48.0.15",
"expo-app-loading": "^2.1.1",
"expo-auth-session": "^4.0.3",
"expo-av": "~13.2.1",
"expo-font": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "^0.16.4",
"expo-web-browser": "^12.1.1",
"firebase": "^9.22.0",
"lodash": "^4.17.21",
"openai": "^3.3.0",
"react": "18.2.0",
"react-native": "^0.71.8",
"react-native-agenda": "^0.0.1",
"react-native-calendars": "^1.1298.0",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress": "^1.3.8",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-date-picker": "^4.2.13",
"react-native-datepicker": "^1.7.2",
"react-native-dotenv": "^3.4.9",
"react-native-gesture-handler": "~2.9.0",
"react-native-gifted-charts": "^1.2.42",
"react-native-linear-gradient": "^2.7.3",
"react-native-modal-datetime-picker": "^15.0.1",
"react-native-paper": "^5.8.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-slider": "^0.11.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^13.9.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-swiper": "^1.6.0",
"react-native-virtualized-view": "^1.0.0",
"react-navigation": "^4.4.4",
"temp-dir": "^3.0.0",
"use-streak": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@types/react-native": "^0.72.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.41.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"metro-react-native-babel-preset": "^0.76.6"
},
"private": true
}