-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.46 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
{
"name": "FamilyFriendlyBreweryTrackr",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "23.0.0",
"react-native-scripts": "1.8.1",
"react-test-renderer": "16.0.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"auth0-js": "^9.2.1",
"expo": "^23.0.4",
"firebase": "^4.9.1",
"geolib": "^2.0.24",
"guid": "^0.0.12",
"native-base": "^2.3.7",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-customized-image-picker": "0.0.47",
"react-native-fab": "^1.0.6",
"react-native-fetch-blob": "^0.10.8",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-image-base64": "^0.1.3",
"react-native-image-crop-picker": "^0.20.1",
"react-native-image-picker": "^0.26.7",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-linear-gradient": "^2.4.0",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modal-dropdown": "^0.6.1",
"react-native-popup-menu": "^0.12.2",
"react-native-simple-toast": "0.0.8",
"react-native-star-rating": "^1.0.9",
"react-navigation": "^1.0.0-beta.23"
}
}