-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.57 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "ReactNativeCorro",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "react-scripts start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"engines": {
"node": "10.16.0"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@react-native-community/cameraroll": "^1.4.1",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^5.5.1",
"@react-navigation/bottom-tabs": "^5.0.7",
"@react-navigation/native": "^5.0.7",
"@react-navigation/stack": "^5.1.1",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"buffer": "^4.9.2",
"dns.js": "^1.0.1",
"ethers": "^4.0.45",
"https-browserify": "0.0.1",
"hybrid-crypto-js": "^0.2.2",
"inherits": "^2.0.1",
"js-sha256": "^0.9.0",
"lodash": "^4.17.15",
"node-libs-react-native": "^1.0.3",
"pbkdf2": "3.0.8",
"piexifjs": "^1.0.6",
"public-encrypt": "^4.0.0",
"punycode": "^1.4.1",
"randomfill": "^1.0.3",
"react": "^16.9.0",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-native": "0.61.5",
"react-native-camera": "^3.18.0",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^5.5.4",
"react-native-document-picker": "^3.3.2",
"react-native-elements": "^1.2.7",
"react-native-geolocation-service": "^4.0.0",
"react-native-gesture-handler": "^1.6.0",
"react-native-keychain": "^5.0.1",
"react-native-os": "^1.2.6",
"react-native-randombytes": "^3.5.3",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-beta.10",
"react-native-segmented-control-tab": "^3.4.1",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.12.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-web-vector-icons": "^1.0.2",
"readable-stream": "^1.0.33",
"realm": "^3.6.4",
"rn-fetch-blob": "^0.12.0",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"supports-color": "^7.1.0",
"timers-browserify": "^1.4.2",
"url": "^0.10.3"
},
"peerDependencies": {
"browserify-sign": "4.0.4"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.24",
"@types/lodash": "^4.14.149",
"@types/react-native": "^0.60.25",
"@types/react-router-dom": "^5.1.4",
"@types/react-test-renderer": "16.9.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"babel-jest": "^24.9.0",
"babel-plugin-react-native-web": "^0.12.2",
"eslint": "^6.5.1",
"metro-react-native-babel-preset": "^0.56.4",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.9.0",
"typescript": "^3.7.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}