-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.18 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
{
"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-mobile",
"alpine": "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": "18.3.11",
"@types/react-dom": "18.2.21",
"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": "1.7.5",
"@hpke/core": "1.2.7",
"@noble/secp256k1": "2.1.0"
},
"engines": {
"node": ">=18.14.1",
"yarn": ">=3.6.4"
},
"packageManager": "[email protected]"
}