-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 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
{
"name": "clip-expo",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-navigation/elements": "^1.3.30",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.40.0",
"axios": "^1.7.2",
"expo": "~51.0.9",
"expo-constants": "^16.0.2",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.5",
"expo-linear-gradient": "^13.0.2",
"expo-linking": "^6.3.1",
"expo-location": "^17.0.1",
"expo-media-library": "~16.0.3",
"expo-router": "~3.5.15",
"expo-secure-store": "^13.0.1",
"expo-status-bar": "^1.12.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-animatable": "^1.4.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-maps": "1.14.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "^3.31.1",
"rn-swiper-list": "^2.0.2",
"sockjs-client": "^1.6.1",
"ws": "^8.17.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-plugin-module-resolver": "^5.0.2"
},
"private": true
}