-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"publish": "expo publish",
"build:ios": "expo build:ios",
"upload:ios": "expo upload:ios",
"build:android": "expo build:android"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@ant-design/react-native": "^3.1.5",
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^10.0.3",
"axios": "^0.18.0",
"expo": "^33.0.0",
"expo-constants": "^5.0.1",
"expo-font": "~5.0.1",
"expo-permissions": "~5.0.1",
"handlebars": "^4.1.2",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-calendars": "^1.212.0",
"react-native-device-info": "^1.0.1",
"react-native-elements": "^1.1.0",
"react-native-paper": "^2.7.0",
"react-native-picker-select": "^6.3.3",
"react-native-popover-view": "^2.0.5",
"react-native-render-html": "^4.1.2",
"react-native-swipe-gestures": "^1.0.4",
"react-native-tab-view": "^2.10.0",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^2.18.2"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"jest-expo": "^31.0.0"
},
"private": true
}