diff --git a/package-lock.json b/package-lock.json index a912651..2396368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,8 @@ "big.js": "^6.2.1", "react": "^18.3.1", "typescript": "^5.5.4", - "uuid": "^10.0.0" + "uuid": "^10.0.0", + "zano_web3": "^6.13.0" } }, "node_modules/@types/big.js": { @@ -215,6 +216,23 @@ "bin": { "uuid": "dist/bin/uuid" } + }, + "node_modules/zano_web3": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/zano_web3/-/zano_web3-6.13.0.tgz", + "integrity": "sha512-bdIgBIUvV+tUVT1dyTIsPGl1UsSsu64oUIjEeLo50Pm9lsm4CUQHeqVh0GAxnHKNpTkFB6bHwoTSlepDmzjWBQ==", + "hasInstallScript": true, + "dependencies": { + "@types/big.js": "^6.2.2", + "@types/node": "^20.14.12", + "@types/react": "^18.3.3", + "@types/uuid": "^10.0.0", + "axios": "^1.7.2", + "big.js": "^6.2.1", + "react": "^18.3.1", + "typescript": "^5.5.4", + "uuid": "^10.0.0" + } } }, "dependencies": { @@ -356,6 +374,22 @@ "version": "10.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + }, + "zano_web3": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/zano_web3/-/zano_web3-6.13.0.tgz", + "integrity": "sha512-bdIgBIUvV+tUVT1dyTIsPGl1UsSsu64oUIjEeLo50Pm9lsm4CUQHeqVh0GAxnHKNpTkFB6bHwoTSlepDmzjWBQ==", + "requires": { + "@types/big.js": "^6.2.2", + "@types/node": "^20.14.12", + "@types/react": "^18.3.3", + "@types/uuid": "^10.0.0", + "axios": "^1.7.2", + "big.js": "^6.2.1", + "react": "^18.3.1", + "typescript": "^5.5.4", + "uuid": "^10.0.0" + } } } } diff --git a/package.json b/package.json index d5fbbbd..d4a87ec 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "big.js": "^6.2.1", "react": "^18.3.1", "typescript": "^5.5.4", - "uuid": "^10.0.0" + "uuid": "^10.0.0", + "zano_web3": "^6.13.0" }, "bugs": { "url": "https://github.com/hyle-team/zano_web3/issues"