Remove unused package

This commit is contained in:
Shreerang Kale 2025-07-24 13:03:43 +05:30
parent 8ac00c84f7
commit 161a333642
2 changed files with 0 additions and 15 deletions

14
package-lock.json generated
View File

@ -19,7 +19,6 @@
"@solana/wallet-adapter-solflare": "^0.6.32",
"@solana/web3.js": "^1.98.2",
"axios": "^1.6.8",
"big.js": "^6.2.2",
"bn.js": "^5.2.2",
"next": "15.3.1",
"react": "^19.0.0",
@ -5540,19 +5539,6 @@
"node": ">=0.6"
}
},
"node_modules/big.js": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.2.tgz",
"integrity": "sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==",
"license": "MIT",
"engines": {
"node": "*"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bigjs"
}
},
"node_modules/bigint-buffer": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/bigint-buffer/-/bigint-buffer-1.1.5.tgz",

View File

@ -20,7 +20,6 @@
"@solana/wallet-adapter-solflare": "^0.6.32",
"@solana/web3.js": "^1.98.2",
"axios": "^1.6.8",
"big.js": "^6.2.2",
"bn.js": "^5.2.2",
"next": "15.3.1",
"react": "^19.0.0",