Skip to content

Commit

Permalink
feat: abacus-ts raw data loading (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Dec 18, 2024
1 parent b3b73fa commit 0a1678a
Show file tree
Hide file tree
Showing 44 changed files with 5,128 additions and 573 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@jsr:registry=https://npm.jsr.io
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "vitest run",
"tsc": "tsc",
"postinstall": "tar -xzC public -f tradingview/tradingview.tgz",
"prepare": "husky",
"prepare": "ts-patch install && typia patch && husky",
"commitlint": "commitlint --edit",
"wdio": "wdio run ./wdio.conf.ts"
},
Expand All @@ -56,7 +56,7 @@
"@cosmjs/tendermint-rpc": "^0.32.1",
"@datadog/browser-logs": "^5.23.3",
"@dydxprotocol/v4-abacus": "1.13.39",
"@dydxprotocol/v4-client-js": "1.12.2",
"@dydxprotocol/v4-client-js": "1.15.1",
"@dydxprotocol/v4-localization": "^1.1.257",
"@dydxprotocol/v4-proto": "^7.0.0-dev.0",
"@emotion/is-prop-valid": "^1.3.0",
Expand Down Expand Up @@ -124,6 +124,7 @@
"export-to-csv": "^1.2.3",
"fast-json-stable-stringify": "^2.1.0",
"graz": "^0.1.19",
"immer": "^10.1.1",
"jsdom": "^24.1.0",
"lodash": "^4.17.21",
"long": "^5.2.3",
Expand All @@ -143,6 +144,7 @@
"reselect": "^5.1.0",
"styled-components": "^6.1.12",
"twin.macro": "^3.4.1",
"typia": "^7.1.0",
"unionize": "^3.1.0",
"use-latest": "^1.2.1",
"viem": "^2.16.2",
Expand All @@ -153,6 +155,7 @@
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@ladle/react": "^4.0.2",
"@ryoppippi/unplugin-typia": "npm:@jsr/ryoppippi__unplugin-typia@^1.1.0",
"@testing-library/webdriverio": "^3.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color": "^3.0.3",
Expand Down Expand Up @@ -205,9 +208,11 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.6",
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"tsx": "^4.7.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"url-polyfill": "^1.1.12",
"util": "^0.12.5",
"vite": "^4.3.9",
Expand Down
Loading

0 comments on commit 0a1678a

Please sign in to comment.