forked from hsjoberg/blixt-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·178 lines (178 loc) · 9.5 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "BlixtWallet",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native run-android --variant chaintestnetNormalDebug --appIdSuffix testnet.debug",
"start-metro": "NODE_OPTIONS=--openssl-legacy-provider react-native start",
"test": "jest --silent --roots tests",
"test-update-snapshot": "jest --silent --roots tests --updateSnapshot",
"gen-proto": "pbjs -t static-module -w es6 --force-long -o proto/lightning.js proto/*.proto proto/*/*.proto && pbts -o proto/lightning.d.ts proto/lightning.js",
"build-tor-lib": "./build-tor",
"android:clean": "cd android && ./gradlew clean",
"android:regtest-debug": "react-native run-android --variant chainregtestNormalDebug --appIdSuffix regtest.debug",
"android:regtest": "react-native run-android --variant chainregtestNormalRelease --appIdSuffix regtest",
"android:testnet-debug": "react-native run-android --variant chaintestnetNormalDebug --appIdSuffix testnet.debug",
"android:testnet": "react-native run-android --variant chaintestnetNormalRelease --appIdSuffix testnet",
"android:mainnet-debug": "react-native run-android --variant chainmainnetNormalDebug --appIdSuffix debug",
"android:mainnet": "react-native run-android --variant chainmainnetNormalRelease",
"android:mainnet-experiment1-debug": "react-native run-android --variant chainmainnetExperiment1Debug --appIdSuffix experiment1.debug",
"android:mainnet-fakelnd": "react-native run-android --variant chainmainnetFakelndRelease --appIdSuffix fakelnd",
"android:mainnet-fakelnd-debug": "react-native run-android --variant chainmainnetFakelndDebug --appIdSuffix fakelnd.debug",
"android:bundle-release": "NODE_OPTIONS=--openssl-legacy-provider cd android && ./gradlew clean && ./gradlew bundleChainmainnetNormalRelease && ./gradlew bundleChaintestnetNormalRelease",
"android:bundle-release-mainnet": "cd android && ./gradlew clean && NODE_OPTIONS=--openssl-legacy-provider ./gradlew bundleChainmainnetNormalRelease",
"android:bundle-release-testnet": "cd android && ./gradlew clean && NODE_OPTIONS=--openssl-legacy-provider ./gradlew bundleChaintestnetNormalRelease",
"ios:regtest-debug": "react-native run-ios --scheme BlixtWalletRegtest --configuration DebugRegtest",
"ios:regtest": "react-native run-ios --scheme BlixtWalletRegtest --configuration ReleaseRegtest",
"ios:testnet-debug": "react-native run-ios --scheme BlixtWalletTestnet --configuration DebugTestnet",
"ios:testnet": "react-native run-ios --scheme BlixtWalletTestnet --configuration ReleaseTestnet",
"ios:mainnet-debug": "react-native run-ios --scheme BlixtWallet --configuration Debug",
"ios:mainnet": "react-native run-ios --scheme BlixtWallet --configuration Release",
"ios:mainnet-fakelnd": "react-native run-ios --scheme BlixtWalletFakelnd --configuration ReleaseFakelnd",
"ios:mainnet-fakelnd-debug": "react-native run-ios --scheme BlixtWalletFakelnd --configuration DebugFakelnd",
"macos:regtest-debug": "react-native-macos run-macos --scheme BlixtWalletRegtest --configuration DebugRegtest",
"macos:regtest": "react-native-macos run-macos --scheme BlixtWalletRegtest --configuration ReleaseRegtest",
"macos:testnet-debug": "react-native-macos run-macos --scheme BlixtWalletTestnet --configuration DebugTestnet",
"macos:testnet": "react-native-macos run-macos --scheme BlixtWalletTestnet --configuration ReleaseTestnet",
"macos:mainnet-debug": "react-native-macos run-macos --scheme BlixtWallet --configuration Debug",
"macos:mainnet": "react-native-macos run-macos --scheme BlixtWallet --configuration Release",
"macos:mainnet-fakelnd-debug": "react-native-macos run-macos --scheme BlixtWalletFakelnd --configuration DebugFakelnd",
"macos:mainnet-fakelnd": "react-native-macos run-macos --scheme BlixtWalletFakelnd --configuration ReleaseFakelnd",
"web": "webpack serve",
"web:bundle": "rm -r dist || true && NODE_ENV=production webpack"
},
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/clipboard": "1.5.1",
"@react-native-community/geolocation": "^2.1.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-native-community/slider": "^4.3.1",
"@react-native-google-signin/google-signin": "^8.0.0",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/drawer": "^6.4.4",
"@react-navigation/material-top-tabs": "^6.2.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"aes-js": "^3.1.2",
"babel-loader": "^8.2.5",
"base64-js": "1.5.1",
"bech32": "2.0.0",
"bignumber.js": "^9.1.0",
"color": "3.2.1",
"copy-webpack-plugin": "^11.0.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.2",
"deprecated-react-native-prop-types": "^2.3.0",
"easy-peasy": "^5.0.4",
"expo-modules-core": "^0.11.4",
"expr-eval": "^2.0.2",
"fast-sha256": "^1.3.0",
"file-loader": "^6.2.0",
"hermes-engine": "0.11.0",
"html-webpack-plugin": "^5.5.0",
"i18next": "^21.9.1",
"jetifier": "^2.0.0",
"long": "^5.2.0",
"metro-react-native-babel-preset": "^0.72.1",
"native-base": "git+https://github.com/hsjoberg/NativeBase.git#55959e0b5cc36b539da85cb25c24463899de0dc6",
"node-polyfill-webpack-plugin": "^2.0.1",
"protobufjs": "git+https://github.com/AndiDog/protobuf.js.git#fa4999b5d5de16a7484ee503eafddde23c06492b",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-maps": "^9.4.5",
"react-i18next": "^11.18.5",
"react-native": "0.69.5",
"react-native-animatable": "1.3.3",
"react-native-build-config": "git+https://github.com/hsjoberg/react-native-build-config.git#d53d9a486331dd8b06764a6bbc61e74eb253f475",
"react-native-camera": "git+https://github.com/hsjoberg/react-native-camera.git#6a38e09b9ec53309af21fbb2eec3d781e5bfc755",
"react-native-codegen": "0.70.4",
"react-native-dialogs": "1.1.1",
"react-native-document-picker": "^8.1.1",
"react-native-easy-grid": "0.2.2",
"react-native-enhanced-popup-menu": "^0.7.0",
"react-native-fingerprint-scanner": "git+https://github.com/hsjoberg/react-native-fingerprint-scanner.git#b568a440472a04ae8ec2c409c53ce80cbcb9bf00",
"react-native-fs": "^2.19.0",
"react-native-gesture-handler": "git+https://github.com/hsjoberg/react-native-gesture-handler.git#8765789b2ca110d40e945bfae5b67bb3857130e5",
"react-native-haptic-feedback": "^1.14.0",
"react-native-hash": "^3.0.0",
"react-native-icloudstore": "git+https://github.com/manicakes/react-native-icloudstore.git#4c9f668d3121aedf7a5635b0a13f6e3999c0e6f3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keychain": "^8.1.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-localize": "^2.2.3",
"react-native-macos": "git+https://github.com/hsjoberg/react-native#acc45807c9dd13be64443529ec7abd17e2f03d69",
"react-native-maps": "^1.3.1",
"react-native-material-menu": "^2.0.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^4.12.4",
"react-native-permissions": "^3.6.1",
"react-native-push-notification": "8.1.1",
"react-native-qrcode-svg": "6.1.2",
"react-native-reanimated": "1.13.4",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-securerandom": "git+https://github.com/hsjoberg/react-native-securerandom.git#621fa937c9540e92b371bd564b400f7e9aaf5117",
"react-native-sound": "^0.11.2",
"react-native-sqlite-storage": "^6.0.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.4.4",
"react-native-svg-path-gradient": "^0.4.0",
"react-native-svg-web": "^1.0.9",
"react-native-tor": "^0.1.8",
"react-native-unimodules": "^0.14.10",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.18.9",
"react-native-web-linear-gradient": "^1.1.2",
"react-native-web-maps": "^0.3.0",
"react-native-web-webview": "^1.0.2",
"react-native-webln": "0.1.11",
"react-native-webview": "^11.23.0",
"react-qr-reader": "^3.0.0-beta-1",
"remote-redux-devtools": "^0.5.16",
"secp256k1": "^4.0.3",
"setimmediate": "^1.0.5",
"sha.js": "^2.4.11",
"sql.js": "^1.7.0",
"typescript": "^4.8.2",
"use-debounce": "^8.0.4",
"wasm-loader": "^1.3.0",
"webln": "^0.3.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
},
"devDependencies": {
"@testing-library/react-native": "^11.0.0",
"@types/aes-js": "^3.1.1",
"@types/base64-js": "1.3.0",
"@types/bech32": "^1.1.4",
"@types/color": "^3.0.3",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.0.0",
"@types/long": "^5.0.0",
"@types/react": "^18.0.18",
"@types/react-native": "^0.69.6",
"@types/react-native-push-notification": "^8.1.1",
"@types/react-native-sqlite-storage": "^5.0.1",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^18.0.0",
"@types/remote-redux-devtools": "^0.5.5",
"@types/secp256k1": "^4.0.3",
"@types/sha.js": "^2.4.0",
"@types/sql.js": "^1.4.3",
"babel-jest": "^29.0.1",
"bolt11": "^1.4.0",
"jest": "^29.0.1",
"jest-date-mock": "1.0.8",
"jest-fetch-mock": "3.0.3",
"react-test-renderer": "^18.2.0",
"tslint": "6.1.3",
"tslint-config-airbnb": "^5.11.2",
"tslint-react": "5.0.0",
"tslint-react-native": "0.0.7"
}
}