mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 06:44:18 +08:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.7"
|
|
}
|
|
}
|