This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.6 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"json-server": "json-server --watch .mock/db.json --routes .mock/routes.json --port 8000",
"build-ios-prod": "expo build:ios --release-channel production",
"build-ios-dev": "expo build:ios --release-channel development",
"build-android-prod": "expo build:android --release-channel production",
"build-android-dev": "expo build:android --release-channel development",
"storybook": "start-storybook -p 7007"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "^3.0.2",
"@expo/vector-icons": "^10.0.2",
"@ungap/url-search-params": "^0.1.2",
"axios": "^0.19.0",
"exp": "^57.2.1",
"expo": "^33.0.0",
"expo-app-auth": "^5.0.1",
"expo-background-fetch": "^5.0.1",
"expo-constants": "^5.0.1",
"expo-font": "^5.0.1",
"expo-google-sign-in": "^5.0.1",
"expo-localization": "^5.0.1",
"expo-location": "^5.0.1",
"expo-permissions": "^5.0.1",
"fast-memoize": "^2.5.1",
"geojson-utils": "^1.1.0",
"i18n-js": "^3.2.1",
"immer": "^3.1.3",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"react": "16.8.3",
"react-dom": "^16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-elements": "^1.1.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-sentry": "^0.43.2",
"react-native-snap-carousel": "^3.8.0",
"react-native-switch-toggle": "^1.1.0",
"react-native-web": "^0.11.7",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.0.3",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react-native": "^5.2.6",
"@storybook/react-native-server": "^5.2.6",
"@types/googlemaps": "^3.36.5",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"babel-loader": "^8.0.6",
"babel-preset-expo": "^5.2.0",
"babel-plugin-dotenv": "^0.1.1",
"eslint": "^6.0.1",
"eslint-config-rallycoding": "^3.2.0",
"jest-expo": "^33.0.0",
"prettier": "^1.18.2",
"typescript": "^3.7.2"
},
"private": true
}