Skip to content

Commit

Permalink
Adding deps for db
Browse files Browse the repository at this point in the history
  • Loading branch information
D9J9V committed Sep 3, 2024
1 parent fdd2712 commit 1994dac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/nextjs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
# env files
.env*.local
.env

# vercel
.vercel
Expand Down
7 changes: 4 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1994dac

Please sign in to comment.