-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage1.json
executable file
·62 lines (62 loc) · 1.98 KB
/
package1.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
{
"name": "OneMapFinal",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.0",
"apollo-client-preset": "^1.0.6",
"apollo-link-http": "^1.3.2",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-apollo": "^2.0.4",
"react-native": "0.51.0",
"react-native-auto-height-image": "^0.3.4",
"react-native-cardview": "^1.1.5",
"react-native-circular-progress": "^0.1.2",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-easy-toast": "^1.0.9",
"react-native-fbsdk": "^0.7.0",
"react-native-gridview": "^0.1.1",
"react-native-i18n": "^2.0.10",
"react-native-image-picker": "^0.26.7",
"react-native-image-slider": "^1.1.5",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-maps": "^0.19.0",
"react-native-material-dropdown": "^0.6.1",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-modalbox": "^1.4.2",
"react-native-navigation": "^1.1.334",
"react-native-phone-input": "^0.1.10",
"react-native-search-box": "0.0.13",
"react-native-side-menu": "^1.1.3",
"react-native-swipe-list-view": "^1.0.3",
"react-native-swipeable": "^0.6.0",
"react-native-tabs": "^1.0.9",
"react-native-tag-input": "0.0.18",
"react-native-vector-icons": "^4.4.3",
"react-native-view-more-text": "^1.4.2",
"react-navigation": "^1.0.0-beta.23",
"react-prop-types": "^0.4.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"seamless-immutable": "^7.1.2",
"subscriptions-transport-ws": "^0.9.4"
},
"devDependencies": {
"babel-jest": "22.0.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.0.4",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}