-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.77 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
{
"name": "Nucleus",
"version": "0.0.1",
"private": true,
"scripts": {
"android-linux": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.47",
"adm-zip": "^0.4.11",
"amazon-cognito-identity-js": "^2.0.16",
"apollo-boost": "^0.1.13",
"apollo-client": "^2.3.8",
"aws-amplify": "^1.0.2",
"aws-amplify-react-native": "^1.0.2",
"aws-appsync": "^1.3.3",
"aws-appsync-react": "^1.1.2",
"aws-sdk": "^2.326.0",
"eslint": "^5.3.0",
"graphql": "^0.13.0",
"graphql-tag": "^2.9.2",
"js-search": "^1.4.2",
"plist": "^3.0.1",
"react": "16.4.1",
"react-apollo": "^2.1.11",
"react-native": "^0.56.1",
"react-native-elements": "^0.19.1",
"react-native-firebase": "^4.3.8",
"react-native-floating-action": "^1.13.0",
"react-native-gifted-chat": "^0.4.3",
"react-native-google-signin": "^1.0.0-rc3",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.8.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"xcode": "^1.0.0"
},
"devDependencies": {
"babel-jest": "23.4.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-react-native": "5.0.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "23.4.1",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}