-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "vlctechhub-app",
"version": "0.3.0",
"private": true,
"devDependencies": {
"jest-expo": "^33.0.0",
"react-native-scripts": "^2.0.1",
"react-test-renderer": "16.3.1"
},
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest",
"react-devtools": "react-devtools"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"braces": "^3.0.2",
"expo": "^33.0.0",
"expo-asset": "^5.0.1",
"expo-constants": "^5.0.1",
"expo-permissions": "^5.0.1",
"merge": "^1.2.1",
"moment": "^2.24.0",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-onboarding-swiper": "^1.1.0",
"react-native-paper": "^2.0.1",
"react-native-typography": "^1.4.1",
"react-navigation": "~2.9.3",
"react-navigation-material-bottom-tabs": "^0.4.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"whatwg-fetch": "^2.0.4"
}
}