Skip to content

Commit

Permalink
feat: package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Feb 3, 2025
1 parent f33659d commit 549a829
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions demo/redirect-flow-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.0.5",
"@solana/web3.js": "^1.95.8",
"@tkey/common-types": "^15.1.0",
"@toruslabs/eccrypto": "^5.0.4",
Expand All @@ -17,13 +18,16 @@
"@vitejs/plugin-react": "^4.3.2",
"@web3auth/base": "^9.0.2",
"@web3auth/ethereum-mpc-provider": "^9.3.0",
"@web3auth/mpc-core-kit": "4.1.0-alpha.0",
"@web3auth/mpc-passkey-plugin": "0.1.3-alpha.0",
"@web3auth/mpc-core-kit": "file:web3auth-mpc-core-kit-4.0.0-alpha.1.tgz",
"axios": "^1.7.9",
"bitcoinjs-lib": "^6.1.5",
"bn.js": "^5.2.1",
"browserify-zlib": "^0.2.0",
"chance": "^1.1.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"copy-webpack-plugin": "^11.0.0",
"ecpair": "^2.1.0",
"hi-base32": "^0.5.1",
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1",
Expand All @@ -48,7 +52,8 @@
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
"serve": "vite preview",
"load-test": "artillery run artillery-config.yml"
},
"browserslist": {
"production": [
Expand All @@ -75,8 +80,11 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "^2.7.0",
"@playwright/test": "^1.49.1",
"artillery": "2.0.22",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@types/chance": "^1.1.6",
"@types/eccrypto": "^1.1.6",
"@types/elliptic": "^6.4.18",
"@types/jsrsasign": "^10.5.14",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 549a829

Please sign in to comment.