-
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.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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": "sample-app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "expo lint"
},
"dependencies": {
"@expo/metro-config": "~54.0.2",
"@react-navigation/native-stack": "^7.3.27",
"@reactvision/react-viro": "^2.43.6",
"expo": "~54.0.12",
"expo-asset": "~12.0.9",
"expo-status-bar": "^3.0.8",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-gesture-handler": "^2.28.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"eslint": "^9.0.0",
"eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@reactvision/react-viro"
]
}
}
},
"private": true
}