This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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": "Genji",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"apollo-boost": "^0.1.16",
"buffer": "^5.2.0",
"cheerio": "0.22.0",
"dayjs": "^1.7.5",
"eventemitter3": "^3.1.0",
"events": "^3.0.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"react": "16.5.0",
"react-apollo": "^2.1.11",
"react-native": "0.57.0",
"react-native-autoheight-webview": "^0.10.2",
"react-native-blur": "^3.2.2",
"react-native-fast-image": "^5.0.3",
"react-native-firebase": "^5.0.0-rc1",
"react-native-fs": "^2.11.15",
"react-native-image-gallery": "^2.1.5",
"react-native-image-picker": "^0.26.10",
"react-native-iphone-x-helper": "^1.1.0",
"react-native-linear-gradient": "^2.4.2",
"react-native-portal": "^1.3.0",
"react-native-rate": "^1.1.2",
"react-native-safari-view": "^2.1.0",
"react-native-shake-event": "^4.0.1",
"react-native-share": "^1.1.2",
"react-native-swipeout": "^2.3.6",
"react-native-vector-icons": "^5.0.0",
"react-native-version-number": "^0.3.4",
"react-navigation": "^2.14.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"stream": "^0.0.2",
"styled-components": "^3.4.6"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.3",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}