Skip to content

Commit

Permalink
Update MPC Core Kit files for IB
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Nov 30, 2023
1 parent 65ede2f commit 3b9f08a
Show file tree
Hide file tree
Showing 18 changed files with 21,696 additions and 217 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "ng line"
},
"private": true,
"//IMP START": "IMP START - Web3Auth Installation",
"dependencies": {
"@angular/animations": "~14.2.7",
"@angular/common": "~14.2.7",
Expand All @@ -19,11 +20,13 @@
"@angular/platform-browser": "~14.2.7",
"@angular/platform-browser-dynamic": "~14.2.7",
"@angular/router": "~14.2.7",
"@web3auth/base": "^7.2.0",
"@web3auth/mpc-core-kit": "^1.1.0",
"empty-module": "^0.0.2",
"firebase": "^10.4.0",
"web3": "^1.8.1"
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.6",
"@angular/cli": "~14.2.6",
Expand All @@ -32,23 +35,23 @@
"@types/keccak": "^3.0.1",
"@types/node": "^18.11.2",
"@types/readable-stream": "^2.3.14",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint-config-react-app": "^7.0.1",
"https-browserify": "^1.0.0",
"jasmine-core": "~4.4.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.0",
"buffer": "^6.0.3",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"eslint-config-react-app": "^7.0.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"browserify-zlib": "^0.2.0",
"url": "^0.11.1"
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "~4.8.0",
"url": "^0.11.1"
}
}
Loading

0 comments on commit 3b9f08a

Please sign in to comment.