-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
103 lines (103 loc) · 3.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "lrda_mobile",
"version": "1.0.6",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"build:android": "NODE_ENV=production eas build -p android",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@10play/tentap-editor": "^0.5.21",
"@gapur/react-native-accordion": "^1.0.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/slider": "4.5.5",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@reduxjs/toolkit": "^2.2.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@types/enzyme": "^3.10.18",
"@types/enzyme-adapter-react-16": "^1.0.9",
"@types/mocha": "^10.0.6",
"@types/moxios": "^0.4.17",
"@types/react-native-fetch-blob": "^0.10.11",
"@types/react-native-onboarding-swiper": "^1.1.9",
"axios": "^1.7.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cheerio": "0.22.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"enzyme-to-json": "^3.6.2",
"expo": "52.0.7",
"expo-av": "^15.0.1",
"expo-constants": "~17.0.3",
"expo-device": "~7.0.1",
"expo-image-manipulator": "^13.0.5",
"expo-image-picker": "~16.0.2",
"expo-location": "~18.0.1",
"expo-media-library": "~17.0.2",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.7",
"expo-video-thumbnails": "~9.0.2",
"firebase": "^10.12.2",
"jest": "^29.7.0",
"jest-expo": "^52.0.2",
"lottie-ios": "4.4.3",
"lottie-react-native": "7.1.0",
"metro": "~0.81.0",
"metro-config": "~0.81.0",
"metro-resolver": "~0.81.0",
"moxios": "^0.4.0",
"patch-package": "^8.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "^2.21.2",
"react-native-image-picker": "^7.1.2",
"react-native-image-viewing": "^0.2.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.18.0",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-paper": "^5.12.3",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-reanimated": "^3.16.3",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.12.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-message": "^2.2.1",
"react-native-uuid": "^2.0.2",
"react-native-vector-icons": "^10.1.0",
"react-native-video": "^6.2.0",
"react-native-walkthrough-tooltip": "^1.6.0",
"react-native-webview": "13.12.4",
"react-redux": "^9.1.2",
"redux-mock-store": "^1.5.4",
"rn-placeholder": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react-native": "^12.5.1",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-native": "^0.72.8",
"@types/react-native-video": "^5.0.20",
"react-test-renderer": "^18.3.1",
"ts-jest": "^29.2.5",
"typescript": "~5.3.3"
},
"private": true,
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}