-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "frontend",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"ts:check": "tsc",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@react-native/metro-config": "^0.73.5",
"axios": "^1.6.7",
"colorsys": "^1.0.22",
"expo": "^51.0.0",
"expo-dev-client": "~4.0.18",
"expo-font": "~12.0.7",
"expo-haptics": "~13.0.1",
"expo-linear-gradient": "~13.0.2",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-ios-kit": "^0.0.22",
"react-native-svg": "15.2.0",
"react-native-svg-path-gradient": "^0.4.0",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.6",
"toggle-switch-react-native": "^3.3.0",
"use-debounce": "^10.0.0",
"zustand": "^4.5.2",
"expo-asset": "~10.0.9"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"react-native-svg-transformer": "^1.3.0",
"typescript": "~5.3.3"
},
"private": true
}