forked from coreyphillips/moonshine
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
130 lines (130 loc) · 4.68 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
125
126
127
128
129
130
{
"name": "cdn-moonshine",
"version": "0.6.3",
"description": "An open-source, non-custodial, Canada eCoin electrum wallet for iOS & Android.",
"author": "The Canada eCoin Developers",
"license": "MIT",
"homepage": "https://github.com/Canada-eCoin/cdn-moonshine",
"repository": {
"type": "git",
"url": "git+https://github.com/Canada-eCoin/cdn-moonshine.git"
},
"bugs": {
"url": "https://github.com/Canada-eCoin/cdn-moonshine/issues"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"clean": "rm -rf ./android/app/build && rm -rf ./node_modules",
"postinstall": "node postinstall.js",
"bundle": "cd android && ./gradlew clean && cd ../ && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.jsbundle --assets-dest android/app/build/intermediates/res/merged/release/ && cd android && ./gradlew assembleRelease --no-daemon"
},
"dependencies": {
"@photon-sdk/react-native-tcp": "https://github.com/coreyphillips/react-native-tcp#e326fd45623a97f9ac6be667d267a409ff471826",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/clipboard": "^1.2.3",
"@react-native-community/netinfo": "^6.0.2",
"@react-native-community/slider": "^3.0.3",
"assert": "^2.0.0",
"bip21": "^2.0.3",
"bip32": "^2.0.6",
"bip38": "^3.1.1",
"bip39": "^3.0.3",
"bitcoin-units": "^0.3.0",
"bitcoinjs-lib": "^5.2.0",
"bitcoinjs-message": "^2.1.3",
"buffer": "^6.0.3",
"crypto": "^1.0.1",
"electrum-client": "https://github.com/coreyphillips/node-electrum-client",
"events": "^3.2.0",
"lottie-ios": "^3.1.8",
"lottie-react-native": "^3.5.0",
"moment": "^2.29.1",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-ddp": "^1.1.11",
"react-native": "^0.63.4",
"react-native-bootsplash": "^3.1.2",
"react-native-camera": "^3.40.0",
"react-native-crypto": "^2.2.0",
"react-native-haptic-feedback": "^1.10.0",
"react-native-keychain": "^6.1.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^11.5.6",
"react-native-qrcode-svg": "^6.0.6",
"react-native-randombytes": "^3.6.0",
"react-native-reanimated": "^1.13.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.0",
"react-native-touch-id": "^4.4.1",
"react-native-typography": "^1.4.1",
"react-native-v8": "0.63.4-patch.0",
"react-native-vector-icons": "^7.0.0",
"react-redux": "^7.2.2",
"readable-stream": "^3.6.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.2.1",
"trackr": "^2.0.2",
"url-parse": "^1.4.7",
"uuid": "^8.3.0",
"v8-android-jit-nointl": "^8.84.0",
"vm-browserify": "^1.1.2",
"wif": "^2.0.6"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-native": "^0.63.8",
"@types/react-test-renderer": "^16.9.3",
"@types/redux-logger": "^3.0.8",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react-native": "^3.8.1",
"jest": "^26.4.0",
"metro-react-native-babel-preset": "^0.62.0",
"react-test-renderer": "16.13.1",
"rn-nodeify": "^10.2.0",
"typescript": "^3.9.7"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"crypto": "react-native-crypto",
"_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",
"vm": "vm-browserify"
},
"browser": {
"crypto": "react-native-crypto",
"_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",
"vm": "vm-browserify"
}
}