Skip to content

Commit 549a829

Browse files
author
Guru
committed
feat: package changes
1 parent f33659d commit 549a829

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

demo/redirect-flow-example/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@bitcoinerlab/secp256k1": "^1.0.5",
67
"@solana/web3.js": "^1.95.8",
78
"@tkey/common-types": "^15.1.0",
89
"@toruslabs/eccrypto": "^5.0.4",
@@ -17,13 +18,16 @@
1718
"@vitejs/plugin-react": "^4.3.2",
1819
"@web3auth/base": "^9.0.2",
1920
"@web3auth/ethereum-mpc-provider": "^9.3.0",
20-
"@web3auth/mpc-core-kit": "4.1.0-alpha.0",
21-
"@web3auth/mpc-passkey-plugin": "0.1.3-alpha.0",
21+
"@web3auth/mpc-core-kit": "file:web3auth-mpc-core-kit-4.0.0-alpha.1.tgz",
2222
"axios": "^1.7.9",
23+
"bitcoinjs-lib": "^6.1.5",
24+
"bn.js": "^5.2.1",
2325
"browserify-zlib": "^0.2.0",
26+
"chance": "^1.1.12",
2427
"class-variance-authority": "^0.7.0",
2528
"clsx": "^2.1.1",
2629
"copy-webpack-plugin": "^11.0.0",
30+
"ecpair": "^2.1.0",
2731
"hi-base32": "^0.5.1",
2832
"html-webpack-plugin": "^5.5.3",
2933
"http-server": "^14.1.1",
@@ -48,7 +52,8 @@
4852
"start": "vite",
4953
"dev": "vite",
5054
"build": "tsc && vite build",
51-
"serve": "vite preview"
55+
"serve": "vite preview",
56+
"load-test": "artillery run artillery-config.yml"
5257
},
5358
"browserslist": {
5459
"production": [
@@ -75,8 +80,11 @@
7580
},
7681
"devDependencies": {
7782
"@mertasan/tailwindcss-variables": "^2.7.0",
83+
"@playwright/test": "^1.49.1",
84+
"artillery": "2.0.22",
7885
"@tailwindcss/container-queries": "^0.1.1",
7986
"@tailwindcss/forms": "^0.5.9",
87+
"@types/chance": "^1.1.6",
8088
"@types/eccrypto": "^1.1.6",
8189
"@types/elliptic": "^6.4.18",
8290
"@types/jsrsasign": "^10.5.14",
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)