forked from mariokyprianou/React-Native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 5.53 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "power-react-native",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "cd ios && pod install && cd .. && react-native run-ios",
"start": "react-native start",
"test": "jest",
"postinstall": "patch-package",
"lint": "eslint ."
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "^3.0.4",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.4",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@react-native-firebase/analytics": "^10.6.4",
"@react-native-firebase/app": "^10.6.4",
"@react-native-firebase/crashlytics": "^11.3.3",
"@react-navigation/bottom-tabs": "^5.10.4",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"amazon-cognito-identity-js": "^4.5.5",
"apollo3-cache-persist": "^0.9.1",
"aws-amplify": "^3.0.18",
"color": "^3.1.2",
"d3-scale": "^3.2.3",
"date-fns": "^2.14.0",
"expo-screen-capture": "^1.1.1",
"graphql": "^15.4.0",
"graphql-tag": "^2.10.3",
"moment-timezone": "^0.5.32",
"patch-package": "^6.2.2",
"prop-types": "^15.7.2",
"quick-picker": "https://github.com/TheDistanceHQ/react-native-quickpicker/",
"ramda": "^0.27.1",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-bundle-checksum": "git+ssh://[email protected]:thedistance/the-core-ui-module-tdchecksum.git#develop",
"react-native-camera": "^3.40.0",
"react-native-chart-kit": "^6.6.1",
"react-native-circular-gradient-progress": "^1.0.6",
"react-native-design-to-component": "^1.0.0",
"react-native-device-info": "^7.3.1",
"react-native-draggable-flatlist": "^2.6.2",
"react-native-dropdown-picker": "^3.7.1",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-emoji": "^1.8.0",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.6.1",
"react-native-iap": "^6.2.3",
"react-native-image-crop-picker": "^0.35.1",
"react-native-intercom": "^18.0.0",
"react-native-keyboard-aware-scrollview": "^2.1.0",
"react-native-largelist-v3": "^3.0.15",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^2.0.1",
"react-native-media-controls": "^2.1.0",
"react-native-mime-types": "^2.3.0",
"react-native-modal": "^11.5.3",
"react-native-modal-datetime-picker": "^8.1.1",
"react-native-open-settings": "1.0.1",
"react-native-parsed-text": "^0.0.22",
"react-native-permissions": "^2.2.2",
"react-native-progress-circle": "^2.1.0",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.0.7",
"react-native-screens": "^2.9.0",
"react-native-share": "^4.1.0",
"react-native-slide-charts": "^1.0.4",
"react-native-slider": "^0.11.0",
"react-native-smooth-picker": "^1.1.3",
"react-native-snap-carousel": "^3.9.1",
"react-native-sound": "^0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-spring-scrollview": "^2.0.23",
"react-native-svg": "^12.1.0",
"react-native-swipeable": "^0.6.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.14.4",
"react-native-timezone": "^1.0.3",
"react-native-unimodules": "^0.11.0",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^6.6.0",
"react-native-version-number": "^0.3.6",
"react-native-video": "^5.1.1",
"react-native-webview": "9.1.1",
"react-native-wheel-picker-android": "^2.0.6",
"rn-fetch-blob": "git+https://github.com/joltup/rn-fetch-blob.git",
"the-core-ui-component-tdicon": "git+ssh://[email protected]:thedistance/the-core-ui-component-tdicon.git",
"the-core-ui-module-tdauth-amplify": "git+ssh://[email protected]:thedistance/the-core-ui-module-tdauth-amplify.git",
"the-core-ui-module-tdcalendar": "git+ssh://[email protected]/thedistance/the-core-ui-module-tdcalendar.git",
"the-core-ui-module-tdcountdown": "git+ssh://[email protected]:thedistance/the-core-ui-module-tdcountdown.git",
"the-core-ui-module-tdforms": "git+ssh://[email protected]:thedistance/the-core-ui-module-tdforms.git#v1.1.8",
"the-core-ui-module-tdlist": "git+ssh://[email protected]:thedistance/the-core-ui-module-tdlist.git",
"the-core-ui-module-tdmediamanager": "git+ssh://[email protected]:thedistance/the-core-ui-module-tdmediamanager.git#v1.0.0",
"the-core-ui-module-tdnotifications": "https://bitbucket.org/thedistance/the-core-ui-module-tdnotifications.git#notifications.v.3.4.0",
"the-core-ui-module-tdsettings": "git+ssh://[email protected]:thedistance/the-core-ui-module-tdsettings.git",
"the-core-ui-module-tdslideshow": "git+ssh://[email protected]/thedistance/the-core-ui-module-tdslideshow.git",
"the-core-ui-theme-base": "git+ssh://[email protected]:thedistance/the-core-ui-theme-base.git"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.1.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}