Webui_sBTC_Withdraw/package.json
2023-10-26 10:21:11 +02:00

37 lines
822 B
JSON

{
"name": "webui_sbtc_withdraw",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@scure/bip32": "^1.3.2",
"@scure/btc-signer": "^1.1.0",
"@stacks/common": "^6.8.1",
"@stacks/connect": "^7.4.0",
"@stacks/network": "^6.8.1",
"encoding": "^0.1.13",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"sbtc": "^0.1.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}