Add method for get passPhrase

This commit is contained in:
DwCay
2022-06-15 17:41:02 +03:00
parent da04efbf80
commit eeaabeebf3
8 changed files with 2421 additions and 35 deletions

View File

@@ -4,15 +4,20 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"postinstall": "node './src/bufferFix/BufferFix'"
},
"dependencies": {
"@liskhq/lisk-client": "^5.2.2",
"@liskhq/lisk-passphrase": "^3.1.1",
"@tailwindcss/forms": "^0.4.0",
"buffer": "^6.0.3",
"chart.js": "^3.5.0",
"chartjs-adapter-moment": "^1.0.0",
"mobx": "^6.6.0",
"mobx-react-lite": "^3.4.0",
"moment": "^2.29.1",
"node-libs-browser": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flatpickr": "^3.10.7",