-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.19 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.19 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "petitgram",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
"@firebase/firestore": "^4.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/auth": "^18.5.0",
"@react-native-firebase/firestore": "^18.7.3",
"@react-native-firebase/storage": "^18.7.3",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/material-bottom-tabs": "^6.2.17",
"@react-navigation/native": "^6.1.8",
"@react-navigation/stack": "^6.3.18",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/react-native": "^12.3.0",
"base-64": "^1.0.0",
"expo": "~49.0.13",
"expo-build-properties": "~0.8.3",
"expo-camera": "~13.4.4",
"expo-image-picker": "~14.3.2",
"expo-media-library": "~15.4.1",
"expo-modules-autolinking": "~1.5.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"firebase": "^10.7.1",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-dialog": "^9.3.0",
"react-native-feather": "^1.1.2",
"react-native-gesture-handler": "~2.12.0",
"react-native-image-crop-picker": "^0.40.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-swiper": "^1.6.0",
"react-native-web": "~0.19.6",
"react-redux": "^8.1.3",
"react-test-renderer": "^18.2.0",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-preset-react-native": "^4.0.1",
"esm": "^3.2.25"
},
"private": true
}