Merge pull request #1 from Yuripetusko/main
Add polkadot api deps
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .prettierignore 4 additions, 0 deletions.prettierignore
- .prettierrc 11 additions, 0 deletions.prettierrc
- components/login.tsx 7 additions, 7 deletionscomponents/login.tsx
- index.d.ts 1 addition, 0 deletionsindex.d.ts
- package.json 5 additions, 0 deletionspackage.json
- pages/api/auth/[...nextauth].ts 70 additions, 64 deletionspages/api/auth/[...nextauth].ts
- yarn.lock 3453 additions, 0 deletionsyarn.lock
.prettierignore
0 → 100644
.prettierrc
0 → 100644
index.d.ts
0 → 100644
... | ... | @@ -9,6 +9,8 @@ |
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@polkadot/api": "^10.3.4", | ||
"@polkadot/api-augment": "^10.3.4", | ||
"@polkadot/extension-dapp": "^0.45.5", | ||
"@polkadot/react-identicon": "^3.1.4", | ||
"@talismn/connect-wallets": "^1.2.3", | ||
... | ... | @@ -29,5 +31,8 @@ |
"tsparticles-engine": "^2.9.3", | ||
"tsparticles-preset-confetti": "^2.9.3", | ||
"typescript": "5.0.4" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.8.7" | ||
} | ||
} |
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment