mirror of
https://github.com/alexgo-io/alex-sdk-example.git
synced 2026-01-12 22:12:20 +08:00
34 lines
813 B
JSON
34 lines
813 B
JSON
{
|
|
"name": "alex-sdk-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": "^7.9.0",
|
|
"@stacks/network": "^7.0.2",
|
|
"@stacks/stacks-blockchain-api-types": "^7.14.1",
|
|
"@stacks/transactions": "^7.0.2",
|
|
"alex-sdk": "3.2.1",
|
|
"c32check": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"prettier": "^3.3.2",
|
|
"stxer": "^0.2.4",
|
|
"tsx": "^4.19.1",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|