-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 2.69 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "node_modules/.bin/jest --no-watchman --runInBand"
},
"jest": {
"preset": "jest-expo",
"verbose": true,
"moduleDirectories": [
"node_modules"
],
"transformIgnorePatterns": [
"node_modules/(?!(react-native|native-base-shoutem-theme|expo-react-native-adapter|expo|@expo|expo-constants|expo-location|expo-asset|react-native-easy-grid|react-native-drawer|native-base|react-native-keyboard-aware-scroll-view|react-native-iphone-x-helper|react-native-svg|react-navigation|react-native-simple-toast|react-native-simple-dialogs|react-native-expandable-section-flatlist|react-native-material-ripple|react-native-material-textfield|react-native-material-buttons|@ptomasroos|react-native-modal-datetime-picker|react-native-modal|react-native-animatable|react-native-swiper|react-native-check-box|react-native-easy-toast|react-native-modal-filter-picker|react-native-collapsible|react-native-round-flags|react-navigation-drawer|react-navigation-stack|react-native-screens|react-native-elements|react-native-vector-icons)/)"
]
},
"dependencies": {
"@expo/vector-icons": "^10.0.1",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"apisauce": "^1.0.2",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.11",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.14",
"apollo-link-state": "^0.4.2",
"expo": "^33.0.0",
"expo-asset": "^6.0.0",
"expo-facebook": "~5.0.1",
"expo-font": "~5.0.1",
"expo-secure-store": "~5.0.1",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"native-base": "^2.12.1",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-apollo": "^2.1.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-check-box": "^2.1.0",
"react-native-collapsible": "^0.13.0",
"react-native-easy-toast": "^1.1.0",
"react-native-elements": "^0.19.1",
"react-native-expandable-section-flatlist": "git://github.com/sunwukonga/react-native-expandable-section-flatlist.git#master",
"react-native-material-ripple": "^0.8.0",
"react-native-material-textfield": "^0.12.0",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-modal-filter-picker": "^1.3.4",
"react-native-round-flags": "^1.0.4",
"react-native-simple-dialogs": "^1.1.0",
"react-navigation": "^3.11.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-react-jsx-source": "7.2.0",
"@babel/preset-env": "^7.4.2",
"babel-preset-expo": "^5.1.1",
"jest-expo": "^33.0.0",
"react-dom": "^16.8.4"
}
}