-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 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
49
50
51
{
"dependencies": {
"@babel/preset-typescript": "^7.26.0",
"@expo/webpack-config": "^19.0.0",
"@lottiefiles/dotlottie-react": "^0.12.1",
"@react-native/metro-config": "^0.76.6",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"array-shuffle": "^3.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"base-64": "^1.0.0",
"expo": "^52.0.25",
"expo-sharing": "~13.0.1",
"firebase": "^9.13.0",
"lottie-react-native": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "^0.76.6",
"react-native-bouncy-checkbox": "^3.0.5",
"react-native-dotenv": "^3.4.11",
"react-native-elements": "^3.4.2",
"react-native-firebase": "^5.6.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.19.6",
"react-native-web-lottie": "^1.4.4",
"react-redux": "^8.0.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^4.2.0",
"tslib": "^2.4.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"scripts": {
"start": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"version": "1.0.0",
"private": true,
"name": "decide-app"
}