-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
169 lines (169 loc) · 5.89 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
{
"name": "boltcardtoolsterminal",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/webpack-dev-server --mode development --hot --color",
"mobile-start": "react-native start --reset-cache",
"android": "react-native run-android",
"ios": "react-native run-ios",
"build": "NODE_ENV=production webpack --mode=production && rm public/index.html && cp -r public/. build/",
"test": "react-scripts test",
"lint": "eslint ./ && tsc --noemit",
"eject": "react-scripts eject",
"postinstall": "patch-package",
"clean": "react-native clean-project-auto"
},
"dependencies": {
"@date-fns/utc": "1.1.1",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@fortawesome/react-native-fontawesome": "0.3.0",
"@os-team/i18next-react-native-language-detector": "1.0.29",
"@react-native-clipboard/clipboard": "1.13.2",
"@react-native-community/checkbox": "0.5.16",
"@react-native-picker/picker": "2.6.1",
"@react-spring/native": "9.7.3",
"@react-spring/web": "9.7.3",
"@yudiel/react-qr-scanner": "1.1.10",
"axios": "1.6.2",
"bech32": "2.0.0",
"bitcoin-address-validation": "2.2.3",
"bolt11": "1.4.1",
"buffer-browserify": "0.2.5",
"date-fns": "2.30.0",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"lottie-react-native": "6.4.1",
"lottie-web": "5.12.2",
"node-libs-react-native": "1.2.1",
"patch-package": "8.0.0",
"query-string": "8.1.0",
"react": "18.2.0",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-i18next": "13.2.2",
"react-native": "0.73.2",
"react-native-animated-bottom-drawer": "0.0.23",
"react-native-animated-linear-gradient": "1.3.0",
"react-native-bars": "2.3.0",
"react-native-blur-effect": "1.1.3",
"react-native-bootsplash": "5.2.2",
"react-native-config": "1.5.1",
"react-native-countdown-circle-timer": "3.2.1",
"react-native-device-detection": "0.2.1",
"react-native-device-info": "10.11.0",
"react-native-dotenv": "3.4.9",
"react-native-linear-gradient": "2.8.3",
"react-native-nfc-manager": "3.14.11",
"react-native-pin-view": "3.0.3",
"react-native-progress": "5.0.1",
"react-native-qrcode-svg": "^6.3.0",
"react-native-safe-area-context": "4.7.2",
"react-native-ssl-public-key-pinning": "1.1.3",
"react-native-svg": "13.14.0",
"react-native-toast-notifications": "3.4.0",
"react-native-use-keyboard": "1.0.0",
"react-native-vision-camera": "3.8.2",
"react-native-web": "0.19.9",
"react-native-web-linear-gradient": "1.1.2",
"react-native-webview": "13.6.3",
"react-refresh": "0.14.0",
"react-router-dom": "6.17.0",
"react-router-native": "6.17.0",
"react-scripts": "5.0.1",
"readable-stream": "4.4.2",
"stream-browserify": "1.0.0",
"styled-components": "6.1.2",
"vm-browserify": "0.0.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/plugin-transform-classes": "7.23.5",
"@babel/plugin-transform-export-namespace-from": "7.22.11",
"@babel/preset-env": "7.23.6",
"@babel/runtime": "7.23.1",
"@fortawesome/fontawesome-common-types": "6.5.1",
"@parvineyvazov/json-translator": "1.10.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@react-native-community/eslint-config": "3.2.0",
"@react-native/babel-preset": "0.74.0",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
"@react-native/typescript-config": "0.74.0",
"@tsconfig/react-native": "3.0.2",
"@types/bcryptjs": "2.4.4",
"@types/encodeurl": "1.0.0",
"@types/is-valid-zipcode": "1.0.0",
"@types/jest": "29.5.5",
"@types/node": "20.11.5",
"@types/react": "18.2.23",
"@types/react-click-outside-hook": "1.0.0",
"@types/react-dom": "18.2.8",
"@types/react-native": "0.72.3",
"@types/react-native-material-ripple": "0.9.4",
"@types/react-native-svg-animated-linear-gradient": "0.4.1",
"@types/react-test-renderer": "18.0.3",
"@types/styled-components": "5.1.28",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.7.3",
"assert": "1.5.1",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0",
"babel-plugin-react-native-web": "0.19.9",
"babel-plugin-rewrite-require": "1.14.5",
"browserify-zlib": "0.2.0",
"buffer": "4.9.2",
"clean-webpack-plugin": "4.0.0",
"crypto-browserify": "3.12.0",
"css-loader": "6.8.1",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-babel-module": "5.3.2",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-module-resolver": "1.5.0",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "5.5.3",
"https-browserify": "1.0.0",
"jest": "29.7.0",
"lodash-webpack-plugin": "0.11.6",
"node-loader": "2.0.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"prettier": "3.0.3",
"process": "0.11.10",
"rn-nodeify": "10.3.0",
"stream-http": "3.2.0",
"style-loader": "3.3.3",
"ts-essentials": "9.4.0",
"ts-loader": "9.4.4",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.2.2",
"typescript-plugin-styled-components": "3.0.0",
"url": "0.11.3",
"web-vitals": "3.5.0",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
}
}