-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
101 lines (101 loc) · 2.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
{
"name": "ssp-wallet",
"description": "Secure. Simple. Powerful.",
"private": true,
"version": "1.13.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"test": "nyc --reporter=lcov ts-mocha -p tsconfig.test.json -r tsconfig-paths/register -r ignore-styles tests/**/*.spec.ts",
"lint": "eslint ./src ./public",
"lint:fix": "eslint ./src ./public --fix",
"type-check": "tsc",
"preview": "vite preview",
"postinstall": "patch-package"
},
"resolutions": {
"viem": "2.22.21"
},
"overrides": {
"viem": "2.22.21"
},
"dependencies": {
"@ant-design/v5-patch-for-react-19": "1.0.3",
"@alchemy/aa-core": "3.19.0",
"@metamask/browser-passworder": "6.0.0",
"@noble/hashes": "1.7.1",
"@reduxjs/toolkit": "2.5.1",
"@runonflux/aa-schnorr-multisig-sdk": "1.1.1",
"@runonflux/flux-sdk": "1.0.3",
"@runonflux/utxo-lib": "1.0.1",
"@scure/bip32": "1.6.2",
"@scure/bip39": "1.5.4",
"@ant-design/icons": "5.6.0",
"antd": "5.23.3",
"assert": "2.1.0",
"axios": "1.7.9",
"bchaddrjs": "0.5.2",
"bignumber.js": "9.1.2",
"buffer": "6.0.3",
"crypto-browserify": "3.12.1",
"currency-symbol-map": "5.1.0",
"events": "3.3.0",
"i18next": "24.2.2",
"localforage": "1.10.0",
"lru-cache": "11.0.2",
"patch-package": "8.0.0",
"postinstall-postinstall": "2.1.0",
"process": "0.11.10",
"react": "19.0.0",
"react-countdown-circle-timer": "3.2.1",
"react-dom": "19.0.0",
"react-i18next": "15.4.0",
"react-redux": "9.2.0",
"react-router": "7.1.5",
"react-secure-storage": "1.3.2",
"socket.io-client": "4.8.1",
"stream-browserify": "3.0.0",
"util": "0.12.5",
"export-to-csv": "1.4.0",
"viem": "2.22.21"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@types/bchaddrjs": "0.4.3",
"@types/chrome": "0.0.301",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-redux": "7.1.34",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.10",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"@vitejs/plugin-react-swc": "3.7.2",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.18",
"globals": "15.14.0",
"mocha": "10.8.2",
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0",
"chai": "4.5.0",
"vite": "6.0.11",
"nyc": "17.1.0",
"ts-mocha": "10.0.0",
"sinon": "19.0.2",
"node-mocks-http": "1.16.2",
"mock-browser": "0.92.14",
"ignore-styles": "5.0.1",
"tsconfig-paths": "4.2.0"
},
"engines": {
"node": ">=20"
}
}