-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
57
58
59
60
61
62
63
64
65
66
{
"name": "duolicious",
"version": "28.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-spring/native": "^9.5.5",
"@rneui/themed": "^4.0.0-rc.7",
"@xmldom/xmldom": "^0.8.10",
"@xmpp/client": "^0.13.1",
"date-fns": "^2.30.0",
"expo": "~52.0.20",
"expo-av": "~15.0.1",
"expo-checkbox": "~4.0.0",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-device": "~7.0.1",
"expo-image": "~2.0.0",
"expo-image-manipulator": "~13.0.5",
"expo-image-picker": "~16.0.2",
"expo-linear-gradient": "~14.0.1",
"expo-notifications": "^0.29.11",
"expo-screen-orientation": "~8.0.2",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "^0.29.18",
"expo-status-bar": "~2.0.0",
"expo-store-review": "~8.0.0",
"lodash": "^4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "^0.76.5",
"react-native-dropdown-picker": "^5.4.4",
"react-native-feather": "^1.1.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"xpath": "^0.0.33"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@playwright/test": "^1.45.3",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.11",
"@types/xmpp__client": "^0.13.3",
"patch-package": "^6.5.1",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"private": true
}