-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.31 KB
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
{
"name": "flinteats",
"version": "1.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"react-test-renderer": "16.3.2"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"base-64": "^0.1.0",
"metro-core": "^0.36.1",
"moment": "^2.22.2",
"native-base": "^2.7.2",
"react": "16.4.2",
"react-native": "^0.56.0",
"react-native-autocomplete-input": "^3.4.0",
"react-native-autolink": "^1.4.0",
"react-native-datepicker": "^1.6.0",
"react-native-image-picker": "^0.26.7",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-keychain": "^3.0.0",
"react-native-linear-gradient": "^2.3.0",
"react-native-maps": "^0.16.4",
"react-native-permissions": "^1.1.1",
"react-native-rest-client": "^0.1.1",
"react-native-splash-screen": "^3.0.6",
"react-navigation": "^1.5.12",
"react-navigation-redux-helpers": "^1.1.2",
"react-redux": "^5.0.7",
"react-transform-hmr": "^1.0.4",
"redux": "^3.7.2",
"redux-actions": "^2.3.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
}
}