-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.72 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
{
"name": "feedup",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "2.7.5",
"@react-native-vector-icons/fontawesome": "^4.7.0-alpha.9",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"axios": "0.27.2",
"date-fns": "^3.6.0",
"expo": "~51.0.2",
"expo-app-loading": "^2.1.1",
"expo-checkbox": "~3.0.0",
"expo-font": "~12.0.5",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"install": "^0.13.0",
"link": "^2.1.1",
"npm": "^10.8.0",
"react": "^18.2.0",
"react-icons": "^5.2.1",
"react-native": "^0.74.1",
"react-native-gesture-handler": "^2.12",
"react-native-paper": "4.9.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-svg": "^15.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-vector-icons": "^10.1.0",
"string-width": "^7.1.0",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"babel-plugin-inline-dotenv": "^1.7.0",
"typescript": "^5.1.3"
},
"private": true
}