-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.76 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
{
"name": "wix-mobile-headless",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"tunnel": "expo start --tunnel",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"format": "prettier . --write"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@tanstack/react-query": "^4.35.7",
"@wix/ecom": "^1.0.532",
"@wix/members": "^1.0.71",
"@wix/redirects": "^1.0.42",
"@wix/sdk": "^1.14.1",
"@wix/stores": "^1.0.140",
"babel-plugin-module-resolver": "^5.0.0",
"date-fns": "^3.3.1",
"expo": "^51.0.16",
"expo-auth-session": "^5.5.2",
"expo-standard-web-crypto": "^1.8.1",
"expo-font": "^12.0.7",
"expo-linking": "^6.3.1",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "^0.27.5",
"expo-status-bar": "^1.12.1",
"expo-web-browser": "^13.0.3",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "^0.74.2",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.17.1",
"react-native-input-spinner": "^1.8.1",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.32.0",
"react-native-svg": "^15.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.10.4",
"validator": "^13.11.0",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"prettier": "3.2.5"
},
"private": true
}