-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.27 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.27 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "gumroad-mobile",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"rebuild": "expo prebuild --clean",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"test": "jest",
"e2e:ios": "dotenv-flow -- npm run e2e:ios:run",
"e2e:ios:run": "maestro test -p ios -e APP_ID=$IOS_BUNDLE_NAME",
"e2e:android": "dotenv-flow -- npm run e2e:android:run",
"e2e:android:run": "maestro test -p android -e APP_ID=$ANDROID_BUNDLE_NAME",
"eas": "dotenv-flow eas --",
"postinstall": "npx patch-package"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"./jest.setup.ts"
],
"moduleNameMapper": {
"\\.(ttf|otf)$": "<rootDir>/tests/asset-stub.js"
},
"transformIgnorePatterns": [
"/node_modules/(?!(.pnpm|react-native|@react-native|@react-native-community|expo|@expo|@expo-google-fonts|react-navigation|@react-navigation|@sentry/react-native|native-base|@rn-primitives|uniwind))",
"/node_modules/react-native-reanimated/plugin/"
]
},
"dependencies": {
"@boxicons/core": "^1.0.5",
"@expo/ui": "^55.0.6",
"@expo/vector-icons": "^15.0.3",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@rn-primitives/checkbox": "^1.2.0",
"@rn-primitives/label": "^1.2.0",
"@rn-primitives/radio-group": "^1.2.0",
"@rn-primitives/select": "^1.2.0",
"@rn-primitives/slot": "^1.2.0",
"@sentry/react-native": "~7.11.0",
"@tanstack/react-query": "^5.90.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "^55.0.0",
"expo-application": "~55.0.10",
"expo-auth-session": "~55.0.10",
"expo-background-fetch": "~55.0.10",
"expo-constants": "~55.0.9",
"expo-crypto": "~55.0.10",
"expo-dev-client": "~55.0.19",
"expo-file-system": "~55.0.12",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.9",
"expo-image": "~55.0.6",
"expo-linking": "~55.0.9",
"expo-notifications": "~55.0.14",
"expo-router": "~55.0.8",
"expo-secure-store": "~55.0.9",
"expo-sharing": "~55.0.14",
"expo-splash-screen": "~55.0.13",
"expo-status-bar": "~55.0.4",
"expo-symbols": "~55.0.5",
"expo-system-ui": "~55.0.11",
"expo-video": "~55.0.11",
"expo-web-browser": "~55.0.10",
"expo-widgets": "^55.0.8",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.5",
"react-native-android-widget": "^0.20.1",
"react-native-blob-util": "0.24.7",
"react-native-context-menu-view": "^1.21.0",
"react-native-css": "^3.0.1",
"react-native-drawer-layout": "^4.2.1",
"react-native-gesture-handler": "~2.30.0",
"react-native-gifted-charts": "^1.4.70",
"react-native-linear-gradient": "^2.8.3",
"react-native-pdf": "7.0.4",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-track-player": "^5.0.0-alpha0-nightly-359af5a12d712d3b685530aed9b9625865a25d74",
"react-native-web": "~0.21.0",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.2",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"uniwind": "^1.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29",
"@types/react": "~19.2.10",
"dotenv-flow-cli": "^1.1.1",
"eslint": "^9.25.0",
"eslint-config-expo": "~55.0.0",
"jest": "^29",
"jest-expo": "~55.0.11",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-test-renderer": "^19.2.0",
"tailwindcss": "^4.1.18",
"typescript": "~6.0"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-track-player"
]
}
}
},
"overrides": {
"lightningcss": "1.30.1"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}