Skip to content

Commit

Permalink
feat(turbo-sdk): use turbo-sdk for fetching rates
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Nov 15, 2023
1 parent c8c88a7 commit bdf74ec
Show file tree
Hide file tree
Showing 12 changed files with 2,265 additions and 1,035 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "price-calculator",
"version": "1.3.0",
"type": "commonjs",
"description": "ArDrive Price Calculator",
"scripts": {
"start": "vite",
Expand All @@ -24,15 +25,16 @@
"url": "https://github.com/ardriveapp/price-calculator.git"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.1.0",
"ardrive-core-js": "1.0.3",
"esbuild": "^0.18.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@remcovaes/web-test-runner-vite-plugin": "^1.2.0",
"@rollup/pluginutils": "^5.0.5",
"@testing-library/react": "^11.2.7",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
Expand All @@ -50,6 +52,7 @@
"@web/test-runner": "^0.13.31",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.18.12",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -63,6 +66,8 @@
"lint-staged": "^11.2.6",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup": "4.4.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"sinon": "^11.1.2",
"tsc-files": "^1.1.4",
"typescript": "^4.9.5",
Expand Down
Loading

0 comments on commit bdf74ec

Please sign in to comment.