-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
100 lines (100 loc) · 3.48 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
{
"name": "COINiD",
"version": "1.5.6",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "node node_modules/rn-nodeify/cmd.js --install stream,buffer,events,assert,crypto,vm --hack; patch-package",
"postversion": "react-native-version"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
},
"dependencies": {
"@expo/react-native-action-sheet": "^2.1.0",
"@react-native-community/async-storage": "^1.6.1",
"assert": "^1.4.1",
"buffer": "^4.9.1",
"buffer-reverse": "^1.0.1",
"coinid-private": "https://github.com/wlc-/coinid-private",
"events": "^1.1.1",
"fsevents": "^2.3.2",
"lottie-react-native": "https://github.com/COINiD/lottie-react-native#feature/android-2.5.6",
"mem": "^4.0.0",
"moment": "^2.22.2",
"numbro": "^2.1.0",
"patch-package": "^6.5.1",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-animatable": "^1.2.4",
"react-native-bip39": "^2.3.0",
"react-native-camera": "1.13.1",
"react-native-crypto": "^2.1.1",
"react-native-elements": "^0.18.5",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keep-awake": "3",
"react-native-keychain": "^3.0.0",
"react-native-p2p-transfer-ble-peripheral": "https://github.com/COINiD/react-native-p2p-transfer-ble-peripheral.git",
"react-native-qr-data-transfer-receiver": "https://github.com/COINiD/react-native-qr-data-transfer-receiver",
"react-native-qr-data-transfer-sender": "https://github.com/COINiD/react-native-qr-data-transfer-sender",
"react-native-qrcode-scanner": "^1.1.2",
"react-native-randombytes": "^3.0.0",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "9.3.5",
"react-native-touch-id": "^4.0.4",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "2.18.3",
"readable-stream": "^1.0.33",
"stream-browserify": "^1.0.0",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/runtime": "^7.4.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-native-version": "^2.4.1",
"react-test-renderer": "16.3.1",
"rn-nodeify": "^10.1.0"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|react-navigation|coinid-private|coinid-address-functions|coinid-address-types))"
]
},
"react-native": {
"_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",
"crypto": "react-native-crypto",
"vm": "vm-browserify"
},
"browser": {
"_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",
"crypto": "react-native-crypto",
"vm": "vm-browserify"
},
"volta": {
"node": "12.10.0",
"yarn": "1.16.0"
}
}