-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.53 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.53 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "front",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@actbase/react-daum-postcode": "^1.0.4",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/config-plugins": "~8.0.0",
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-react-native": "^1.0.0",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"expo": "^51.0.22",
"expo-application": "~5.9.1",
"expo-build-properties": "~0.12.3",
"expo-camera": "~15.0.14",
"expo-dev-client": "~4.0.20",
"expo-file-system": "^17.0.1",
"expo-font": "~12.0.7",
"expo-gl": "~14.0.2",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "^15.0.7",
"expo-linear-gradient": "^13.0.2",
"expo-location": "^17.0.1",
"expo-media-library": "~16.0.4",
"expo-sensors": "^13.0.9",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"react-native": "0.74.3",
"react-native-calendars": "^1.1305.0",
"react-native-camera": "^4.2.1",
"react-native-dotenv": "^3.4.11",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-health": "^1.18.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.14.0",
"react-native-maps-directions": "^1.9.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.12.3",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-view-shot": "^3.8.0",
"react-native-vision-camera": "^4.4.2",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.5.1",
"jest": "^29.7.0"
},
"private": true
}