-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
58 lines (58 loc) · 1.8 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
{
"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": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@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": "~52.0.25",
"expo-auth-session": "~6.0.2",
"expo-standard-web-crypto": "^1.8.1",
"expo-font": "~13.0.3",
"expo-linking": "~7.0.4",
"expo-secure-store": "~14.0.1",
"expo-splash-screen": "~0.29.20",
"expo-status-bar": "~2.0.1",
"expo-web-browser": "~14.0.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-native": "0.76.6",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-input-spinner": "^1.8.1",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.16.6",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-paper-dropdown": "^2.3.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.12.5",
"validator": "^13.11.0",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"prettier": "3.2.5"
},
"private": true
}