-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "coffee-mobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"test": "echo \"No tests yet\" && exit 0"
},
"dependencies": {
"@expo-google-fonts/dm-sans": "^0.4.2",
"@expo/metro-runtime": "~6.1.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"expo": "^54.0.0",
"expo-camera": "~17.0.8",
"expo-font": "~14.0.11",
"expo-image-picker": "~17.0.10",
"expo-location": "~19.0.8",
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-qrcode-svg": "^6.3.2",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.1.10",
"babel-preset-expo": "^54.0.10",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=20.0.0"
},
"private": true
}