-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.03 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@connectedbits/react-native-image-picker": "^2.4.8",
"@react-native-async-storage/async-storage": "^1.15.2",
"@react-native-community/blur": "^3.6.0",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@types/base-64": "^0.1.3",
"@types/react": "^17.0.3",
"@types/react-native": "^0.64.0",
"@types/react-native-snap-carousel": "^3.8.2",
"@types/react-redux": "^7.1.16",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"expo": "~40.0.0",
"expo-splash-screen": "~0.8.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"ios-deploy": "^1.11.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-blur": "^3.2.2",
"react-native-gesture-handler": "~1.8.0",
"react-native-image-crop-picker": "^0.36.0",
"react-native-image-picker": "^3.3.2",
"react-native-input-scroll-view": "^1.11.0",
"react-native-mmkv": "^1.1.6",
"react-native-pager-view": "^5.1.7",
"react-native-permissions": "^3.0.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "~2.15.0",
"react-native-simple-toast": "^1.1.3",
"react-native-snap-carousel": "^3.9.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.4",
"react-navigation-drawer": "^2.7.0",
"react-navigation-stack": "^2.10.4",
"react-redux": "^7.2.2",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.13.1",
"typescript": "^4.0.7"
},
"jest": {
"preset": "react-native"
},
"private": true
}