forked from CodetheChangeFoundation/dda
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"main": "App.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"eject": "npx expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "3.0.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"aws-amplify": "^5.3.11",
"aws-amplify-react-native": "7.0.7",
"deprecated-react-native-prop-types": "^4.2.1",
"expo": "^49.0.0",
"expo-asset": "~8.10.1",
"expo-font": "~11.4.0",
"moment": "^2.24.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-elements": "3.4.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-modal": "^13.0.1",
"react-native-pin-view": "^3.0.3",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-snap-carousel": "^3.8.4",
"react-native-swipe-up-down": "^1.0.7",
"react-native-swipeout": "^2.3.6",
"react-native-vector-icons": "^10.0.0",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^2.10.4",
"rn-sliding-up-panel": "^2.4.0"
},
"devDependencies": {
"babel-preset-expo": "^9.5.0",
"jest-expo": "^49.0.0"
},
"private": true
}