-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
105 lines (105 loc) · 3.23 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
{
"name": "portfolio",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx build",
"nx:version": "run-s nx:version:core nx:version:plugins postversion",
"nx:version:plugins": "nx run plugins:version --releaseAs=patch",
"nx:version:core": "nx run core:version --releaseAs=patch",
"postversion": "git push && git push --tags"
},
"engines": {
"node": ">18"
},
"private": true,
"devDependencies": {
"@jscutlery/semver": "3.4.1",
"@nx/devkit": "16.8.1",
"@nx/esbuild": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/node": "16.8.1",
"@nx/plugin": "16.8.1",
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.4.0",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"dotenv": "^16.4.5",
"esbuild": "0.19.9",
"eslint": "8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "8.1.0",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"listhen": "^1.5.5",
"ngx-deploy-npm": "^6.0.0",
"npm-run-all": "^4.1.5",
"nx": "16.8.1",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.25.4",
"typescript": "~5.3.2",
"verdaccio": "^5.0.4"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@aave/contract-helpers": "^1.28.2",
"@aave/math-utils": "^1.28.2",
"@aptos-labs/ts-sdk": "^1.19.0",
"@bonfida/spl-name-service": "^1.0.10",
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@drift-labs/sdk": "^2.104.0-beta.13",
"@drift-labs/vaults-sdk": "^0.2.7",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.7.0",
"@isaacs/ttlcache": "^1.4.1",
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/beet-solana": "^0.4.0",
"@metaplex-foundation/umi-serializers-encodings": "^0.8.9",
"@mysten/bcs": "^0.11.1",
"@mysten/sui": "^1.12.0",
"@onsol/tldparser": "^0.6.1",
"@project-serum/anchor": "^0.26.0",
"@sei-js/core": "^3.0.1",
"@sei-js/proto": "^3.0.1",
"@solana/web3.js": "^1.91.8",
"@solanafm/explorer-kit": "^1.1.3",
"@solanafm/explorer-kit-idls": "^1.1.3",
"axios": "^1.7.7",
"bignumber.js": "^9.1.2",
"bitcoin-address-validation": "^2.2.1",
"bn.js": "^5.2.1",
"decimal.js": "^10.4.3",
"dsa-connect": "^0.6.47",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"ioredis": "^5.4.1",
"js-sha256": "^0.11.0",
"long": "^5.2.3",
"osmojs": "^16.5.1",
"reflect-metadata": "^0.1.13",
"tslib": "^2.3.0",
"unstorage": "^1.10.2",
"viem": "^1.16.5",
"web3-v1": "npm:web3@^1.5.0",
"web3-v4": "npm:web3@^4.0.3"
},
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}