mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 06:44:18 +08:00
38 lines
967 B
JSON
38 lines
967 B
JSON
{
|
|
"name": "bro-sdk-cross-chain-swap-example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"simulation": "tsx simulation/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@stacks/common": "^7.0.2",
|
|
"@stacks/connect": "^8.1.7",
|
|
"@stacks/network": "^7.0.2",
|
|
"@stacks/stacks-blockchain-api-types": "^7.14.1",
|
|
"@stacks/transactions": "^7.0.5",
|
|
"@brotocol-xyz/bro-sdk": "file:../..",
|
|
"alex-sdk": "^3.2.0",
|
|
"c32check": "^2.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-query": "^3.39.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"prettier": "^3.5.3",
|
|
"stxer": "^0.4.1",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.2"
|
|
}
|
|
}
|