-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.81 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"format": "prettier \"**/*.+(ts|js|tsx)\" --write"
},
"resolutions": {
"styled-components": "^5"
},
"dependencies": {
"@babel/template": "^7.12.13",
"@expo/vector-icons": "^12.0.0",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/datetimepicker": "3.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/progress-bar-android": "^1.0.4",
"@react-native-community/progress-view": "^1.3.1",
"@react-native-community/slider": "3.0.3",
"@react-native-google-signin/google-signin": "^6.0.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/material-bottom-tabs": "^5.3.14",
"@react-navigation/material-top-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"chart.js": "^3.2.1",
"dotenv": "^8.2.0",
"expo": "^41.0.1",
"expo-cli": "^4.5.2",
"expo-notifications": "~0.11.6",
"expo-print": "~10.1.0",
"expo-status-bar": "~1.0.4",
"jsonwebtoken": "^8.5.1",
"node-modules": "^1.0.1",
"prettier": "^2.2.1",
"react": "16.13.1",
"react-chartjs-2": "^3.0.3",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-chart-kit": "^6.11.0",
"react-native-date-picker": "^3.2.10",
"react-native-datepicker": "^1.7.2",
"react-native-dropdown-picker": "^5.1.15",
"react-native-elements": "^3.3.2",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-html-to-pdf": "^0.9.1",
"react-native-input-validator": "^1.0.12",
"react-native-locale": "0.0.19",
"react-native-masked-text": "^1.13.0",
"react-native-paper": "^4.7.2",
"react-native-pdf": "^6.3.0",
"react-native-radio-buttons-group": "^2.1.0",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-svg": "12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-tab-view": "^3.0.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.16.3",
"react-navigation": "^4.4.4",
"react-navigation-material-bottom-tabs": "^2.3.4",
"react-router-dom": "^5.2.0",
"react-router-native": "^5.2.0",
"rn-fetch-blob": "^0.12.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}