From 1994dac79fa2ab6a8df25f34c7333101b7c8039f Mon Sep 17 00:00:00 2001 From: D9J9V Date: Tue, 3 Sep 2024 16:03:27 -0600 Subject: [PATCH] Adding deps for db --- packages/nextjs/.gitignore | 3 ++- packages/nextjs/package.json | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/nextjs/.gitignore b/packages/nextjs/.gitignore index fd3dbb5..5eb489d 100644 --- a/packages/nextjs/.gitignore +++ b/packages/nextjs/.gitignore @@ -25,8 +25,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# local env files +# env files .env*.local +.env # vercel .vercel diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index a481090..7e04a52 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -13,21 +13,22 @@ "vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true" }, "dependencies": { - "@polkadot/api": "^12.0.1", - "@polkadot/extension-dapp": "^0.46.5", - "@polkadot/types": "^12.0.1", "@gear-js/api": "^0.38.2", "@gear-js/react-hooks": "^0.12.2", "@gear-js/ui": "0.5.26", + "@polkadot/api": "^12.0.1", "@polkadot/api-augment": "^12.4.2", + "@polkadot/extension-dapp": "^0.46.5", "@polkadot/keyring": "^13.0.2", "@polkadot/networks": "^13.0.2", "@polkadot/react-identicon": "3.1.4", + "@polkadot/types": "^12.0.1", "@polkadot/util": "13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/wasm-crypto": "^7.3.2", "@polkadot/x-randomvalues": "^13.0.2", "@tanstack/react-query": "5.29.0", + "@vercel/postgres": "^0.9.0", "classnames": "^2.5.1", "clsx": "1.2.1", "date-fns": "^3.6.0",