-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 3.17 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
{
"name": "learnNative",
"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": {
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.6",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"apsl-react-native-button": "^3.1.1",
"axios": "^0.19.2",
"lottie-react-native": "^3.5.0",
"native-base": "^2.13.13",
"react": "16.13.1",
"react-native": "^0.62.2",
"react-native-animated-loader": "0.0.8",
"react-native-custom-actionsheet": "^0.1.1",
"react-native-document-picker": "^3.5.4",
"react-native-drawer": "^2.5.1",
"react-native-file-picker": "0.0.19",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.7.0",
"react-native-get-real-path": "git+https://github.com/Wraptime/react-native-get-real-path.git",
"react-native-image-picker": "^2.3.3",
"react-native-indicator": "^1.2.2",
"react-native-modal": "^11.5.6",
"react-native-network-info": "^5.2.1",
"react-native-photoeditorsdk": "^2.4.2",
"react-native-reanimated": "^1.9.0",
"react-native-rsa-native": "^2.0.1",
"react-native-safe-area-context": "^3.1.4",
"react-native-scanbot-sdk": "^4.2.0",
"react-native-screens": "^2.10.1",
"react-native-side-menu": "^1.1.3",
"react-native-simple-toast": "^1.1.2",
"react-native-tcp": "^4.0.0",
"react-native-vector-icons": "^7.0.0",
"react-native-videoeditorsdk": "^2.4.2",
"react-native-virgil-crypto": "^0.6.1",
"react-native-webrtc": "^1.84.0",
"react-native-wifi-and-hotspot-wizard": "^1.0.5-stable",
"react-navigation": "^4.4.0",
"readable-stream": "^1.0.33",
"rn-fetch-blob": "^0.12.0",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react-native": "^0.62.0",
"babel-jest": "^26.2.2",
"eslint": "^7.6.0",
"jest": "^26.2.2",
"metro-react-native-babel-preset": "^0.61.0",
"path": "^0.12.7",
"react-test-renderer": "16.13.1",
"rn-nodeify": "^10.2.0"
},
"jest": {
"preset": "react-native"
},
"browser": {
"net": "react-native-tcp",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
},
"react-native": {
"net": "react-native-tcp",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
}
}