-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.56 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
{
"name": "EQUiSat",
"version": "1.3.1",
"private": true,
"devDependencies": {
"jest-expo": "^28.0.0",
"react-native-scripts": "^1.11.1",
"react-test-renderer": "^16.2.0"
},
"main": "node_modules/expo/AppEntry.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": {
"es6-symbol": "^3.1.1",
"expo": "28.0.0",
"expokit": "^1.3.0",
"mathjs": "^5.0.2",
"npm": "^6.1.0",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"react-native-action-button": "^2.8.4",
"react-native-circular-progress": "^0.2.0",
"react-native-country-picker-modal": "^0.6.2",
"react-native-datepicker": "^1.7.2",
"react-native-dialog-component": "^0.2.17",
"react-native-elevated-view": "0.0.6",
"react-native-maps": "git+https://[email protected]/react-community/react-native-maps.git",
"react-native-material-ui": "1.22.3",
"react-native-modal-datetime-picker": "^5.1.0",
"react-native-phone-input": "^0.2.1",
"react-native-sectioned-multi-select": "^0.5.2",
"react-native-snackbar-component": "^1.0.8",
"react-native-svg": "6.1.4",
"react-native-tab-view": "^1.0.2",
"react-vis": "^1.9.2",
"timeago.js": "^3.0.2",
"tle.js": "^1.0.21",
"victory": "0.25.7",
"victory-native": "0.17.4"
}
}