-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "mobile-marketbmxbr",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-picker/picker": "2.11.1",
"@react-navigation/native": "^6.1.12",
"@react-navigation/native-stack": "^6.9.20",
"@types/react": "~19.1.10",
"@types/tailwindcss": "^3.1.0",
"axios": "^1.6.7",
"date-fns": "^3.6.0",
"expo": "54.0.19",
"expo-build-properties": "~1.0.9",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.16",
"expo-file-system": "~19.0.17",
"expo-image-picker": "~17.0.8",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.13",
"expo-secure-store": "~15.0.7",
"expo-status-bar": "~3.0.8",
"nativewind": "^2.0.11",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-google-mobile-ads": "^13.6.0",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"typescript": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "3.3.2"
},
"private": true,
"packageManager": "yarn@4.10.3"
}