-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.55 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.55 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
{
"name": "stride",
"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": {
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@types/react": "~18.2.14",
"expo": "~49.0.7",
"expo-application": "~5.3.0",
"expo-blur": "~12.4.1",
"expo-linear-gradient": "~12.3.0",
"expo-local-authentication": "~13.4.1",
"expo-status-bar": "~1.6.0",
"lottie-react-native": "5.1.6",
"moti": "^0.26.0",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-animatable": "^1.3.3",
"react-native-animated-dots-carousel": "^1.0.2",
"react-native-calendars": "^1.1300.0",
"react-native-collapsible": "^1.6.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-popover-view": "^5.1.8",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.5.2",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-saga": "^1.2.3",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react-native": "^0.72.2"
},
"private": true
}