Skip to content

Commit

Permalink
Merge pull request #688 from ArtBlocks/ts-node
Browse files Browse the repository at this point in the history
fixing build issues
  • Loading branch information
grantoesterling authored Aug 26, 2024
2 parents c47f0cd + 49e9eb6 commit e945c6b
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 56 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,27 @@
"eth"
],
"engines": {
"node": ">=20.0.0"
"node": "20.x"
},
"author": "duggan roberts",
"license": "MIT",
"dependencies": {
"@ardatan/aggregate-error": "^0.0.6",
"@graphql-codegen/cli": "^2.13.11",
"@graphql-codegen/typed-document-node": "^2.3.6",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript-operations": "^2.5.5",
"@graphql-codegen/typescript-resolvers": "2.7.6",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@graphql-tools/utils": "^8.3.0",
"@reservoir0x/reservoir-sdk": "^1.3.0",
"@reservoir0x/reservoir-sdk": "^2.4.11",
"@supabase/supabase-js": "^2.29.0",
"@types/node": "20.1.2",
"@types/node-cron": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@urql/exchange-retry": "^1.0.0",
"axios": "^1.6.0",
"body-parser": "^1.15.2",
"chatgpt": "^5.2.5",
Expand All @@ -46,35 +57,25 @@
"ethers": "^5.7.0",
"googleapis": "^92.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"jest": "^28.0.3",
"langchain": "^0.0.66",
"lodash.deburr": "^4.1.0",
"ms": "^2.0.0",
"node-fetch": "^2.6.1",
"node-html-parser": "^3.2.0",
"prettier": "^2.6.2",
"react": "18.2.0",
"reconnecting-websocket": "^4.4.0",
"sharp": "^0.32.6",
"timeago.js": "^4.0.2",
"ts-node": "^10.9.2",
"twitter-api-v2": "^1.14.1",
"typescript": "^4.8.4",
"typescript": "^5.1.6",
"urql": "^3.0.3",
"viem": "2.17.4",
"web3": "^1.7.0",
"ws": "^8.17.1"
},
"devDependencies": {
"@ardatan/aggregate-error": "^0.0.6",
"@graphql-codegen/cli": "^2.13.11",
"@graphql-codegen/typed-document-node": "^2.3.6",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript-operations": "^2.5.5",
"@graphql-codegen/typescript-resolvers": "2.7.6",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@types/node-cron": "^3.0.8",
"@urql/exchange-retry": "^1.0.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3"
}
}
Loading

0 comments on commit e945c6b

Please sign in to comment.