-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.58 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
{
"name": "Geolocation-aws-appysnc-Christian",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-plugin-import": "^1.6.7",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest-expo": "25.0.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.0.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.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"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"antd-mobile": "^2.1.8",
"apollo-cache-inmemory": "^1.1.12",
"aws-amplify": "^0.2.14",
"aws-amplify-react-native": "^0.2.7",
"aws-appsync": "^1.0.3",
"aws-appsync-react": "^1.0.2",
"aws-sdk": "^2.173.0",
"expo": "^25.0.0",
"graphql-tag": "^2.6.1",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"react": "16.2.0",
"react-addons-update": "^15.6.2",
"react-apollo": "^2.0.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-device-detection": "^0.2.0",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-maps-super-cluster": "^1.4.0",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-swipeout": "^2.3.3",
"react-navigation": "^1.0.0-beta.22",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"uuid": "^3.2.1"
}
}