-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"license": "0BSD",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~53.0.17",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"mobx": "^6.0.0",
"react-is": "^16.8.0",
"mobx-react": "^9.0.0",
"expo-constants": "~17.1.7",
"styled-components": "^6.0.0",
"react-native-paper": "3.6.0",
"react-native-screens": "~4.11.1",
"@react-navigation/stack": "6.3.20",
"react-native-reanimated": "~3.17.4",
"@react-navigation/native": "6.1.6",
"react-native-gesture-handler": "~2.24.0",
"react-native-safe-area-context": "5.4.0",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/cli": "latest",
"react-native-web": "^0.20.0",
"@expo/metro-runtime": "~5.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}