-
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.34 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.34 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": "inkwell",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/newsreader": "^0.4.1",
"@react-native-community/slider": "5.1.2",
"@react-native-menu/menu": "^2.0.0",
"@react-navigation/bottom-tabs": "^7.15.5",
"@react-navigation/native": "^7.1.33",
"@react-navigation/native-stack": "^7.14.4",
"@react-navigation/stack": "^7.8.4",
"expo": "~55.0.5",
"expo-auth-session": "~55.0.8",
"expo-clipboard": "~55.0.9",
"expo-crypto": "~55.0.9",
"expo-font": "~55.0.4",
"expo-image": "~55.0.6",
"expo-linear-gradient": "~55.0.8",
"expo-secure-store": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"expo-web-browser": "~55.0.9",
"mobx": "^6.15.0",
"mobx-react": "^9.2.1",
"mobx-state-tree": "^7.0.2",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-keyboard-controller": "1.20.7",
"react-native-reanimated": "4.2.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-navigation": "^5.0.0"
},
"private": true
}