-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.83 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
58
59
60
{
"name": "mobileD",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@react-native-community/async-storage": "^1.9.0",
"@react-navigation/native": "^5.1.4",
"@react-navigation/stack": "^5.2.9",
"apollo-boost": "^0.4.9",
"apollo-client": "1.9.3",
"apollo-client-preset": "^1.0.8",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"react": "16.11.0",
"react-apollo": "^3.1.5",
"react-native": "0.62.1",
"react-native-bootsplash": "^2.1.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-material-menu": "^1.1.3",
"react-native-paper": "^3.7.0",
"react-native-popup-menu": "^0.15.7",
"react-native-reanimated": "^1.7.1",
"react-native-redash": "^14.1.1",
"react-native-router-flux": "^4.2.0",
"react-native-safe-area-context": "^3.0.5",
"react-native-screens": "^2.4.0",
"react-native-shared-element": "^0.7.0",
"react-native-side-drawer": "^1.2.6",
"react-native-svg": "^12.1.0",
"react-navigation-hooks": "^1.1.0",
"react-navigation-shared-element": "^2.3.1",
"react-router-native": "^5.2.0",
"styled-components": "^5.0.1",
"use-memo-one": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@react-native-community/eslint-config": "^1.0.0",
"babel-jest": "^25.2.6",
"eslint": "^6.8.0",
"jest": "^25.2.7",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}