-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.58 KB
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
{
"name": "javadevs",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"flow": "flow",
"stop-flow": "flow stop"
},
"dependencies": {
"apollo-boost": "^0.4.4",
"apollo-client": "^2.6.4",
"axios": "^0.19.0",
"firebase": "^6.3.4",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"path": "^0.12.7",
"react": "16.8.6",
"react-apollo": "^3.0.1",
"react-native": "0.60.4",
"react-native-app-auth": "^4.4.0",
"react-native-dotenv": "^0.2.0",
"react-native-firebase": "^5.5.6",
"react-native-gesture-handler": "^1.3.0",
"react-native-google-signin": "^2.0.0",
"react-native-inappbrowser-reborn": "^3.0.0",
"react-native-oauth": "^2.1.18",
"react-native-responsive-screen": "^1.2.2",
"react-native-share": "^2.0.0",
"react-native-vector-icons": "^6.6.0",
"react-native-webview": "^6.9.0",
"react-navigation": "^3.11.1",
"ts-jest": "^24.0.2"
},
"devDependencies": {
"@apollo/react-testing": "^3.0.1",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"babel-plugin-module-resolver": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.1.0",
"flow-bin": "0.98.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-dom": "^16.8.6",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}