-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.31 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
66
67
68
69
70
71
72
73
{
"name": "uniflea",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"jest": {
"preset": "react-native",
"setupFiles": ["./src/setupTests.js"]
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-community/netinfo": "^8.0.0",
"@react-native-picker/picker": "^2.3.0",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"aws-amplify": "^4.3.14",
"aws-amplify-react-native": "^6.0.2",
"expo": "~44.0.0",
"expo-blur": "~11.0.0",
"expo-document-picker": "~10.1.3",
"expo-file-system": "~13.1.4",
"expo-haptics": "~11.1.0",
"expo-image-manipulator": "~10.2.0",
"expo-image-picker": "~12.0.1",
"expo-media-library": "~14.0.0",
"expo-sharing": "~10.1.0",
"expo-status-bar": "~1.2.0",
"jest": "^26.6.3",
"jest-expo": "^44.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^7.26.0",
"react-native": "0.64.3",
"react-native-dropdown-picker": "^5.3.0",
"react-native-element-dropdown": "^1.8.2",
"react-native-email": "^1.1.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-get-random-values": "^1.7.2",
"react-native-multiple-select": "^0.5.7",
"react-native-rating-element": "^5.4.0",
"react-native-reanimated": "~2.3.1",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-safe-area-context": "^4.0.1",
"react-native-screens": "^3.12.0",
"react-native-size-matters": "^0.4.0",
"react-native-star-review": "^0.0.3",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1",
"react-number-format": "^4.9.1",
"stream-chat-expo": "^3.10.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@iconify/react": "^3.2.0",
"@testing-library/react": "^13.1.1",
"@testing-library/react-native": "^9.1.0",
"@types/react-native": "~0.64.12",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"enzyme": "^3.11.0",
"react-test-renderer": "17",
"typescript": "~4.3.5"
},
"private": true
}