-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
84 lines (84 loc) · 2.71 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "duolicious",
"version": "29.0.4",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --runInBand --detectOpenHandles --forceExit",
"typecheck": "tsc --noEmit",
"lint": "eslint ."
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg|@fortawesome/.*|@rneui/.*)"
],
"modulePathIgnorePatterns": [
"playwright-.*"
]
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"@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",
"@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.30",
"expo-av": "~15.0.2",
"expo-checkbox": "~4.0.1",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.5",
"expo-crypto": "~14.0.2",
"expo-device": "~7.0.2",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.4",
"expo-image-manipulator": "~13.0.6",
"expo-image-picker": "~16.0.5",
"expo-linear-gradient": "~14.0.2",
"expo-notifications": "~0.29.13",
"expo-screen-orientation": "~8.0.4",
"expo-secure-store": "~14.0.1",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-store-review": "~8.0.1",
"lodash": "^4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-dropdown-picker": "^5.4.4",
"react-native-feather": "^1.1.2",
"react-native-gesture-handler": "~2.20.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/jest": "^29.5.14",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.11",
"@types/xmpp__client": "^0.13.3",
"jest": "^29.7.0",
"jest-expo": "^52.0.3",
"patch-package": "^6.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1"
},
"private": true
}