mirror of
https://github.com/alexgo-io/alex-sdk-example.git
synced 2026-01-12 22:12:20 +08:00
25 lines
516 B
JSON
25 lines
516 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",
|
|
"alex-sdk": "^0.1.22",
|
|
"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.1.0"
|
|
}
|
|
}
|