forked from oss-slu/lrda_mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.13 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
{
"name": "lrda_mobile",
"version": "1.0.6",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"testEnvironment": "node",
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect",
"<rootDir>/setupTests.js"
]
},
"dependencies": {
"@gapur/react-native-accordion": "^1.0.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "7.7.0",
"@react-native-community/slider": "4.5.2",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/mocha": "^10.0.1",
"@types/moxios": "^0.4.15",
"@types/react-native-fetch-blob": "^0.10.8",
"@types/react-native-onboarding-swiper": "^1.1.4",
"axios": "^1.5.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"expo": "51.0.2",
"expo-av": "~14.0.4",
"expo-constants": "~16.0.2",
"expo-device": "~6.0.2",
"expo-image-manipulator": "~12.0.3",
"expo-image-picker": "~15.0.4",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.3",
"expo-permissions": "~14.2.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.11",
"expo-video-thumbnails": "~8.0.0",
"jest": "^29.7.0",
"jest-expo": "~51.0.1",
"lottie-ios": "3.4.1",
"lottie-react-native": "6.7.0",
"moxios": "^0.4.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-auth0": "^3.2.1",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.16.1",
"react-native-image-picker": "^7.0.0",
"react-native-image-viewing": "^0.2.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.14.0",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-paper": "^5.9.1",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-reanimated": "~3.10.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.10.1",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-message": "^2.1.7",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.0.0",
"react-native-video": "^5.2.1",
"react-native-webview": "13.8.6",
"rn-placeholder": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react-native": "^12.2.0",
"@types/react": "~18.2.14",
"@types/react-native": "^0.72.2",
"@types/react-native-video": "^5.0.19",
"react-test-renderer": "^18.2.0",
"typescript": "^5.1.3"
},
"private": true,
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}