-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 957 Bytes
/
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/slider": "^4.5.3",
"@react-native-picker/picker": "^2.8.0",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.7.7",
"expo": "^51.0.32",
"expo-status-bar": "^1.12.1",
"npm": "^10.8.3",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-safe-area-context": "^4.11.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native/js-polyfills": "^0.74.0",
"@react-native/metro-babel-transformer": "^0.73.14",
"@react-native/metro-config": "^0.73.4",
"metro-config": "^0.80.5",
"metro-runtime": "^0.80.5"
},
"private": true
}