-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
214 lines (214 loc) · 7.66 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"name": "web-beryx",
"version": "0.0.0",
"private": true,
"description": "web-beryx",
"keywords": [
"zondax",
"web-beryx"
],
"homepage": "zondax.ch",
"bugs": {
"url": "https://github.com/zondax/web-beryx/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zondax/web-beryx"
},
"license": "UNLICENSED",
"author": "Zondax AG <[email protected]>",
"scripts": {
"build": "FORCE_COLOR=1 BUNDLE_ANALYZE=false next build",
"build:analyse": "FORCE_COLOR=1 BUNDLE_ANALYZE=true next build",
"dev": "FORCE_COLOR=1 next dev -H 0.0.0.0",
"dev:init": "cp .env.backup .env.local && cp .env.backup .env.test",
"dev:inspect": "NODE_OPTIONS='--inspect' next dev",
"docs": "typedoc",
"e2e": "FORCE_COLOR=1 npx playwright test -x --reporter=list --output=playwright-report",
"e2e:codegen": "FORCE_COLOR=1 npx playwright codegen --ignore-https-errors http://localhost:3000",
"e2e:debug": "FORCE_COLOR=1 sh -c 'npx playwright test -g \"$1\" --project \"chromium\" --max-failures=1 -j 100% --repeat-each 20 --trace retain-on-failure' --",
"e2e:install": "FORCE_COLOR=1 npx playwright install --with-deps chromium chrome",
"e2e:perf": "PLAYWRIGHT_CONFIG=perf FORCE_COLOR=1 npx playwright test",
"e2e:report": "FORCE_COLOR=1 npx playwright show-report",
"e2e:sharding": "FORCE_COLOR=1 npx playwright test -x --reporter=list --output=playwright-report --shard=$PLAYWRIGHT_SHARD",
"e2e:smoke": "PLAYWRIGHT_CONFIG=smoke FORCE_COLOR=1 npx playwright test",
"e2e:test": "FORCE_COLOR=1 npx playwright test --headed -j 1 -x",
"e2e:update": "FORCE_COLOR=1 npx playwright test --update-snapshots src/__tests__/e2e/*.visual.test.ts",
"e2e:visual": "FORCE_COLOR=1 npx playwright test src/__tests__/e2e/*.visual.test.ts",
"format": "FORCE_COLOR=1 prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx,css,scss}\"",
"format:check": "FORCE_COLOR=1 prettier --check \"**/*.{js,jsx,ts,tsx,json,md,mdx,css,scss}\"",
"generate-data": "node tools/resources.ts",
"lint": "FORCE_COLOR=1 yarn lint:code && yarn lint:scss",
"lint:code": "FORCE_COLOR=1 yarn eslint",
"lint:code:fix": "FORCE_COLOR=1 yarn eslint --fix",
"lint:deps": "npx depcheck",
"lint:fix": "yarn lint:code:fix && yarn lint:scss:fix && yarn format && sort-package-json",
"lint:scss": "FORCE_COLOR=1 stylelint --formatter verbose \"**/*.scss\"",
"lint:scss:fix": "FORCE_COLOR=1 stylelint --formatter verbose --fix \"**/*.scss\"",
"prepare:pr": "yarn lint:fix && yarn format && yarn docs && yarn turbo build && yarn test",
"start": "next start",
"test": "FORCE_COLOR=1 jest --coverage",
"test:watch": "jest --watch",
"upgrade": "yarn upgrade-interactive && yarn install && turbo build"
},
"browserslist": {
"production": [
">0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@carbon/icons-react": "^11.47.0",
"@carbon/pictograms-react": "^11.64.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@eslint/compat": "^1.2.2",
"@ethereumjs/common": "^4.4.0",
"@ipld/dag-cbor": "^9.2.1",
"@ledgerhq/hw-transport": "^6.30.6",
"@ledgerhq/hw-transport-webhid": "^6.28.6",
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@metamask/providers": "^17.1.2",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "^5.16.7",
"@mui/joy": "5.0.0-beta.48",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-data-grid-pro": "^6.20.4",
"@next/mdx": "^14.2.5",
"@porscheofficial/cookie-consent-banner-react": "3.1.5",
"@sentry/nextjs": "^7.119.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.51.23",
"@tryghost/content-api": "^1.11.21",
"@vercel/og": "^0.6.2",
"@zondax/beryx": "^2.0.2",
"@zondax/izari-filecoin": "^1.2.6",
"@zondax/ledger-filecoin": "^0.13.0",
"axios": "^1.7.4",
"bignumber.js": "^9.1.2",
"cookies-next": "^4.2.1",
"cors": "^2.8.5",
"csstype": "^3.1.3",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"decimal.js": "^10.4.3",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.13.2",
"formik": "^2.4.6",
"fs": "^0.0.1-security",
"html-react-parser": "^5.1.12",
"i18next": "^23.13.0",
"i18next-browser-languagedetector": "^8.0.0",
"immer": "^10.1.1",
"iso-filecoin": "^4.1.0",
"isomorphic-dompurify": "^2.14.0",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.47.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"nats.ws": "^1.29.2",
"next": "14.2.13",
"next-mdx-remote": "^4.4.1",
"ni18n": "^1.1.0",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.3",
"react-is": "^18.3.1",
"react-monaco-editor": "^0.55.0",
"react-reflex": "4.2.6",
"react-scroll-parallax": "^3.4.5",
"react-turnstile": "^1.1.3",
"resize-observer-polyfill": "^1.5.1",
"sharp": "^0.33.5",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"web3": "4.11.1",
"yup": "^1.4.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@ladle/react": "^4.1.0",
"@lhci/cli": "^0.13.0",
"@next/bundle-analyzer": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.5",
"@playwright/test": "^1.46.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/carbon__pictograms-react": "^11.46.6",
"@types/cors": "^2.8.17",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "18.19.44",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-transition-group": "^4.4.11",
"@types/tryghost__content-api": "^1.3.16",
"@types/typography": "^0.16.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"css-loader": "7.1.2",
"depcheck": "^1.4.7",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.4",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-spellcheck": "^0.0.20",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unused-imports": "^3.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^1.3.3",
"next-router-mock": "^0.9.13",
"prettier": "3.3.2",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"sort-package-json": "^2.10.0",
"style-loader": "^4.0.0",
"stylelint": "^16.10.0",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.8.1",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"turbo": "^1.13.4",
"typedoc": "^0.25.13",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.18.2",
"yarn": "3.6.3"
}
}