-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.76 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
{
"name": "babble-front",
"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": {
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@tanstack/react-query": "^5.34.1",
"@types/styled-components": "^5.1.34",
"@types/styled-components-react-native": "^5.2.5",
"axios": "^1.6.8",
"expo": "~50.0.17",
"expo-file-system": "~16.0.9",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "^13.0.2",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"fast-text-encoding": "^1.0.6",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.73.6",
"react-native-circular-progress": "^1.4.0",
"react-native-pager-view": "6.2.3",
"react-native-reanimated": "~3.6.2",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-shadow-2": "^7.0.8",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "^15.2.0",
"react-native-swiper-flatlist": "^3.2.4",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^2.0.0",
"styled-components": "^6.1.9",
"react-native-gesture-handler": "~2.14.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"msw": "^2.2.14",
"typescript": "^5.1.3"
},
"private": true
}