forked from ava-labs/core-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.71 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
{
"name": "mobile-monorepo",
"private": true,
"license": "Limited Ecosystem License",
"version": "1.0.0",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky",
"setup": "yarn workspaces foreach -p run setup",
"lint": "yarn workspaces foreach -p run lint",
"tsc": "yarn workspaces foreach -p run tsc",
"test": "yarn workspaces foreach -p run test",
"core": "yarn workspace @avalabs/core-mobile",
"k2": "yarn workspace @avalabs/k2-alpine"
},
"devDependencies": {
"husky": "9.1.6",
"lint-staged": "15.2.10"
},
"resolutions": {
"minimist": "1.2.6",
"simple-plist": "1.3.1",
"shell-quote": "1.7.3",
"plist": "3.0.5",
"ansi-regex": "4.1.1",
"ansi-styles": "3.2.1",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"rxjs": "7.8.1",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"jest": "29.7.0",
"bip174": "2.1.0",
"ethers": "6.8.1",
"web3": "4.16.0",
"@hpke/core": "1.2.7",
"@noble/secp256k1": "2.1.0",
"bip32": "3.0.1",
"bip39": "3.1.0",
"@avalabs/avalanchejs/@noble/hashes": "1.8.0",
"@avalabs/bridge-unified/@noble/hashes": "1.8.0",
"@avalabs/core-gasless-sdk/@noble/hashes": "1.8.0",
"@avalabs/core-wallets-sdk/@noble/hashes": "1.8.0",
"micro-eth-signer/@noble/hashes": "1.8.0",
"ethers/@noble/hashes": "1.8.0",
"viem/@noble/hashes": "1.8.0",
"@noble/curves/@noble/hashes": "1.8.0",
"@scure/bip32/@noble/hashes": "1.8.0",
"@scure/bip39/@noble/hashes": "1.8.0",
"@scure/btc-signer/@noble/hashes": "1.8.0",
"lodash@4.17.3": "4.17.21"
},
"engines": {
"node": ">=20.18.0",
"yarn": ">=3.6.4"
},
"packageManager": "yarn@3.6.4"
}