-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "nomii-rewards",
"description": "Nomii Rewards App",
"private": true,
"main": "main.js",
"dependencies": {
"antd-mobile": "1.0.1",
"apollo-client": "^1.2.2",
"expo": "^17.0.0",
"geolib": "2.0.22",
"google-libphonenumber": "^2.0.15",
"graphql-tag": "^2.1.0",
"lodash": "4.17.4",
"moment": "^2.18.1",
"react": "16.0.0-alpha.6",
"react-apollo": "^1.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-17.0.0.tar.gz",
"react-native-animatable": "1.1.0",
"react-native-chart": "^1.0.8-beta",
"react-native-dash": "0.0.3",
"react-native-global-props": "1.1.1",
"react-native-keyboard-spacer": "0.3.1",
"react-native-loading-spinner-overlay": "0.4.4",
"react-native-modalbox": "1.3.9",
"react-native-responsive-dimensions": "1.0.1",
"react-native-router-flux": "3.38.0",
"react-native-swiper": "1.5.4",
"react-redux": "5.0.3",
"recompose": "0.23.0",
"redux": "3.6.0",
"redux-logger": "^2.8.1",
"redux-persist": "^4.8.0",
"redux-thunk": "2.2.0",
"sentry-expo": "^1.0.2"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-import": "^1.1.1",
"babel-polyfill": "^6.23.0",
"jest": "^19.0.2",
"remote-redux-devtools": "^0.5.7"
},
"scripts": {
"test": "jest",
"build-ios": "exp build:ios",
"build-android": "exp build:android"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./jest-setup.js"
]
}
}