-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
117 lines (117 loc) · 4.06 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
{
"name": "marina",
"version": "0.6.4",
"private": true,
"scripts": {
"start": "NETWORK=regtest webpack --config webpack.dev.js --env version=v2",
"start:v3": "NETWORK=regtest webpack --config webpack.dev.js --env version=v3",
"build": "NODE_ENV=production webpack --config webpack.prod.js --env version=v2",
"build:v3": "NODE_ENV=production webpack --config webpack.prod.js --env version=v3",
"clean": "rimraf dist",
"lint": "eslint --ext .ts,.tsx src test",
"lint:fix": "eslint --fix --ext .ts,.tsx src test",
"test": "NETWORK=regtest jest --no-cache test/**.spec.ts",
"test:playwright": "playwright test",
"prettier": "prettier --write src test",
"prettier:check": "prettier --check src test",
"web-ext:build": "web-ext build --source-dir dist/v2 --overwrite-dest --artifacts-dir web-ext-artifacts/v2/",
"web-ext:build:v3": "web-ext build --source-dir dist/v3 --overwrite-dest --artifacts-dir web-ext-artifacts/v3/",
"web-ext:lint": "web-ext lint --source-dir dist"
},
"dependencies": {
"@ionio-lang/ionio": "^0.5.3",
"@metamask/safe-event-emitter": "^2.0.0",
"@sentry/browser": "^7.13.0",
"@tailwindcss/postcss7-compat": "^2.1.2",
"@vulpemventures/secp256k1-zkp": "3.1.0",
"autoprefixer": "^9.8.6",
"axios": "^0.21.2",
"bip32": "^3.0.1",
"bip39": "^3.0.4",
"bitcoinjs-message": "^2.2.0",
"bolt11": "^1.4.1",
"buffer": "^6.0.3",
"coinselect": "^3.1.13",
"crypto-browserify": "^3.12.0",
"decimal.js": "^10.2.1",
"ecpair": "^2.1.0",
"formik": "^2.2.9",
"google-protobuf": "^3.15.8",
"isomorphic-ws": "^5.0.0",
"liquidjs-lib": "^6.0.2-liquid.34",
"lodash.debounce": "^4.0.8",
"lottie-web": "^5.7.8",
"marina-provider": "^3.0.1",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
"postcss": "^7.0.35",
"qrcode.react": "^1.0.1",
"react": "^18.2.0",
"react-combine-reducers": "^1.1.1",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"readable-stream": "^3.6.0",
"scrypt-js": "^3.0.1",
"slip77": "^0.2.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"taxi-protobuf": "vulpemventures/taxi-protobuf",
"tiny-secp256k1": "^2.2.1",
"uuid": "^8.3.2",
"webextension-polyfill": "^0.8.0",
"ws-electrumx-client": "^1.0.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@headlessui/react": "^1.1.1",
"@playwright/test": "^1.31.2",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.0",
"@types/chai": "^4.2.21",
"@types/chrome": "^0.0.222",
"@types/jest": "^29.4.0",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^18.0.27",
"@types/react-combine-reducers": "^1.0.0",
"@types/react-dom": "^18.0.10",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"@types/readable-stream": "^2.3.10",
"@types/uuid": "^8.3.0",
"@types/webextension-polyfill": "^0.8.0",
"@types/ws": "^8.5.4",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chai": "^4.3.4",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^29.4.2",
"jest-stare": "^2.2.2",
"postcss-loader": "^6.1.1",
"prettier": "^2.2.1",
"prettier-plugin-tailwind-css": "^1.5.0",
"rimraf": "^3.0.2",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",
"web-ext": "^7.6.0",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2",
"ws": "^8.12.0"
}
}