forked from input-output-hk/lace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.85 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
{
"name": "@lace/browser-extension-wallet",
"version": "1.21.0",
"description": "A fully capable wallet packaged as browser extensions for Chrome, Firefox, and Edge",
"homepage": "https://github.com/input-output-hk/lace/blob/master/apps/browser-extension-wallet/README.md",
"bugs": {
"url": "https://github.com/input-output-hk/lace/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/input-output-hk/lace.git"
},
"license": "Apache-2.0",
"author": "IOHK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {
"lib": "src",
"test": "test"
},
"files": [
"dist",
"LICENSE",
"NOTICE",
"README.md"
],
"scripts": {
"build": "NODE_OPTIONS='--openssl-legacy-provider' rm -rf dist && run -T webpack --config webpack.sw.prod.js --progress && run -T webpack --config webpack.app.prod.js --progress",
"build:dev": "NODE_OPTIONS='--openssl-legacy-provider' rm -rf dist & run -T webpack --config webpack.sw.dev.js --progress & run -T webpack --config webpack.app.dev.js --progress",
"cleanup": "yarn exec rm -rf dist node_modules",
"dev": "NODE_OPTIONS='--openssl-legacy-provider' rm -rf dist & run -T webpack --config webpack.sw.dev.js --progress --watch & run -T webpack serve --config webpack.app.dev.js --env RUN_DEV_SERVER=true",
"format-check": "echo \"@lace/browser-extension-wallet: no format-check command specified\"",
"lint": "cd ../.. && yarn extension:lint",
"prepack": "yarn build",
"prepare": "ts-patch install -s",
"prettier": "run -T prettier --write .",
"test": "run -T jest --config test/jest.config.js",
"test:e2e": "yarn exec echo \"No e2e tests on this app yet!\"",
"type-check": "echo \"@lace/browser-extension-wallet: no type-check command specified\"",
"watch": "NODE_OPTIONS='--openssl-legacy-provider' rm -rf dist & run -T webpack --config webpack.sw.dev.js --progress --watch & run -T webpack --config webpack.app.dev.js --progress --watch"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@cardano-sdk/cardano-services-client": "0.26.8",
"@cardano-sdk/core": "0.45.5",
"@cardano-sdk/dapp-connector": "0.13.8",
"@cardano-sdk/input-selection": "0.14.7",
"@cardano-sdk/tx-construction": "0.26.6",
"@cardano-sdk/util": "0.16.0",
"@cardano-sdk/util-rxjs": "0.9.10",
"@cardano-sdk/wallet": "0.52.2",
"@cardano-sdk/web-extension": "0.39.2",
"@emurgo/cip14-js": "~3.0.1",
"@input-output-hk/lace-ui-toolkit": "3.2.1",
"@lace/cardano": "0.1.0",
"@lace/common": "0.1.0",
"@lace/core": "0.1.0",
"@lace/nami": "^0.1.0",
"@lace/staking": "0.1.0",
"@lace/translation": "0.1.0",
"@pdfme/generator": "^4.0.2",
"@react-rxjs/core": "^0.9.8",
"@react-rxjs/utils": "^0.9.5",
"@sentry/react": "^8.33.1",
"@sentry/webpack-plugin": "^2.22.6",
"@shiroyasha9/axios-fetch-adapter": "^1.0.3",
"antd": "^4.24.10",
"are-you-es5": "^2.1.2",
"bignumber.js": "9.0.1",
"bip39": "^3.0.4",
"blake2b-no-wasm": "2.1.4",
"bottleneck": "^2.19.5",
"buffer": "6.0.3",
"classnames": "2.3.1",
"dayjs": "1.10.7",
"dexie": "3.2.0-rc.2",
"dexie-react-hooks": "1.0.7",
"graphql-tag": "2.12.5",
"i18next": "^22.5.1",
"intersection-observer-polyfill": "0.1.0",
"jsqr": "^1.4.0",
"little-state-machine": "4.8.0",
"lodash": "4.17.21",
"node-abort-controller": "^3.1.1",
"openpgp": "^5.11.2",
"p-debounce": "^4.0.0",
"pluralize": "^8.0.0",
"posthog-js": "^1.161.3",
"process": "^0.11.10",
"qrcode": "^1.5.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^12.3.1",
"react-infinite-scroll-hook": "^4.1.1",
"react-lottie": "^1.2.3",
"react-portal": "4.2.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"readable-stream": "^3.6.0",
"rxjs": "7.4.0",
"swiper": "^8.4.4",
"webextension-polyfill": "0.10.0",
"zod": "^3.23.8",
"zustand": "3.5.14"
},
"devDependencies": {
"@cardano-sdk/hardware-ledger": "0.15.7",
"@emurgo/cardano-message-signing-asmjs": "1.0.1",
"@openpgp/web-stream-tools": "0.0.11-patch-0",
"@pdfme/common": "^4.0.2",
"@pdfme/schemas": "^4.0.2",
"@types/dotenv-webpack": "7.0.3",
"@types/pluralize": "^0.0.29",
"@types/qrcode": "^1",
"@types/react-lottie": "^1.2.6",
"@types/react-portal": "4.0.7",
"@types/text-encoding-utf-8": "^1",
"@types/w3c-web-hid": "^1.0.3",
"@types/webextension-polyfill": "0.10.0",
"dotenv-defaults": "5.0.2",
"dotenv-webpack": "8.0.1",
"eslint-plugin-prettier": "^4.0.0",
"fake-indexeddb": "3.1.3",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"jest-webextension-mock": "^3.9.0",
"source-map-loader": "^5.0.0",
"text-encoding-utf-8": "^1.0.2",
"tsconfig-paths-webpack-plugin": "3.5.2",
"webassembly-loader-sw": "^1.1.0"
}
}