-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "zugate_mobile",
"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": {
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/stack": "^7.0.0",
"axios": "^1.7.7",
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"moment": "^2.30.1",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-carousel-control": "^2.0.1",
"react-native-gesture-handler": "^2.20.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "^3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.0.0",
"react-native-signature-canvas": "^4.7.2",
"react-native-vector-icons": "^10.2.0",
"@react-native-async-storage/async-storage": "1.23.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native": "^0.72.8",
"@types/react-native-snap-carousel": "^3.8.11",
"@types/react-native-vector-icons": "^6.4.18",
"typescript": "^5.1.3"
},
"private": true
}