-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.38 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.38 KB
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
{
"name": "ark-connect-webext",
"private": true,
"version": "1.13.1",
"type": "module",
"scripts": {
"postinstall": "wxt prepare",
"dev": "VITE_SEED_ADDRESSES=true wxt",
"dev:firefox": "VITE_SEED_ADDRESSES=true wxt -b firefox",
"dev:bare": "wxt",
"dev:bare:firefox": "wxt -b firefox",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"build": "pnpm typecheck && wxt zip",
"build:firefox": "pnpm typecheck && wxt zip -b firefox",
"build:chrome": "pnpm typecheck && wxt zip -b chrome",
"format": "pnpm lint && pnpm prettier",
"lint": "eslint \"src/**/*.{js,ts,jsx,tsx}\" --fix",
"prettier": "prettier --write src/**/*.{json,ts,tsx,css} .github/**/*.yml ./*.{json,js,ts} --config .prettierrc.json",
"generate:icons": "node scripts/generate-icons.js"
},
"dependencies": {
"@ardenthq/arkvault-crypto": "^0.0.8",
"@ardenthq/arkvault-url": "^1.2.0",
"@arkecosystem/typescript-client": "^0.19.0",
"@arkecosystem/typescript-crypto": "^0.0.26",
"@ledgerhq/hw-app-eth": "^7.8.2",
"@ledgerhq/hw-transport-webhid": "^6.35.2",
"@ledgerhq/hw-transport-webusb": "^6.34.2",
"@mainsail/evm-contracts": "0.0.1-evm.18",
"@reduxjs/toolkit": "^2.11.2",
"@sentry/react": "^10.53.1",
"@tippyjs/react": "^4.2.6",
"@types/file-saver": "^2.0.7",
"assert": "2.1.0",
"big.js": "^7.0.1",
"classnames": "^2.5.1",
"color-thief-react": "^2.1.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.20",
"dinero.js": "^2.0.2",
"dot-prop": "^10.1.0",
"fast-copy": "^4.0.3",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"focus-trap-react": "^12.0.1",
"formik": "^2.4.9",
"html-to-image": "^1.11.13",
"i18next": "^26.2.0",
"joi": "^18.2.1",
"jsqr": "^1.4.0",
"locale-currency": "^1.0.0",
"localforage": "^1.10.0",
"node-dotify": "^1.1.0",
"p-queue": "^9.2.0",
"p-retry": "^8.0.0",
"platform": "^1.3.6",
"qrcode": "^1.5.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-drag-drop-files": "^3.1.0",
"react-i18next": "^17.0.8",
"react-idle-timer": "^5.7.3",
"react-loading-skeleton": "^3.5.0",
"react-qr-code": "^2.0.21",
"react-query": "^3.39.3",
"react-redux": "^9.2.0",
"react-router-dom": "^7.15.1",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"seedrandom": "^3.0.5",
"semver": "^7.8.0",
"tailwind-merge": "^3.6.0",
"tippy.js": "^6.3.7",
"uuid": "^14.0.0",
"viem": "^2.49.2",
"vite-plugin-node-polyfills": "^0.26.0",
"xss": "^1.0.15",
"yup": "^1.7.1"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.3.0",
"@testing-library/react": "^14.3.1",
"@types/big.js": "^6.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@types/uuid": "^11.0.0",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.4",
"@wxt-dev/module-react": "^1.2.2",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-sonarjs": "^4.0.3",
"eslint-plugin-testing-library": "^7.16.2",
"eslint-plugin-unicorn": "^64.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"postcss": "^8.5.14",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"svgo": "^4.0.1",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.3",
"vite": "^6.4.2",
"vitest": "^3.2.4",
"webextension-polyfill": "^0.12.0",
"wxt": "^0.20.26"
},
"pnpm": {
"overrides": {
"vite": "^6.4.2"
}
}
}