-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 KB
/
package.json
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
45
46
47
48
{
"name": "caiet-de-cantari",
"version": "0.5.4",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --go",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"update": "eas update --channel=\"development\"",
"build": "eas build -p android -e development"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@shopify/flash-list": "1.7.1",
"axios": "^1.7.7",
"eas": "^0.1.0",
"expo": "^52.0.7",
"expo-build-properties": "~0.13.1",
"expo-dev-client": "~5.0.2",
"expo-doctor": "^1.10.1",
"expo-font": "~13.0.1",
"expo-keep-awake": "~14.0.1",
"expo-navigation-bar": "~4.0.3",
"expo-screen-orientation": "~8.0.0",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.3",
"expo-updates": "~0.26.7",
"jotai": "^2.10.2",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.7"
},
"private": true
}