mirror of
https://github.com/alexgo-io/post-condition-example.git
synced 2026-01-12 06:34:16 +08:00
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "alex-sdk-example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@stacks/connect": "^7.2.1",
|
|
"@stacks/transactions": "^6.11.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": "^3.1.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.5.1"
|
|
}
|
|
}
|