-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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
{
"name": "proyecto",
"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/metro-runtime": "~5.0.4",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/slider": "^4.5.7",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/drawer": "^7.5.6",
"@react-navigation/native": "^7.1.17",
"@react-navigation/stack": "^7.4.7",
"expo": "~53.0.20",
"expo-status-bar": "~2.2.3",
"fs": "^0.0.1-security",
"llama.rn": "^0.6.7",
"node-fetch": "^3.3.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "^5.6.0",
"react-native-screens": "^4.13.1",
"react-native-type-animation": "^0.4.4",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}