-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "coindeno",
"version": "1.1.7",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"eject": "expo eject"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"expo": "^51.0.38",
"expo-build-properties": "~0.12.5",
"expo-font": "~12.0.10",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"firebase": "^10.10.0",
"intl": "^1.2.5",
"lottie-ios": "4.4.1",
"lottie-react-native": "6.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-dropdown-picker": "^5.4.6",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "^0.19.10"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true,
"packageManager": "[email protected]"
}