-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 784 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "smart-account-kit-demo",
"version": "0.2.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm --filter smart-account-kit build && tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@creit-tech/stellar-wallets-kit": "npm:@jsr/creit-tech__stellar-wallets-kit@^2.1.0",
"@stellar/stellar-base": "^15.0.0",
"@stellar/stellar-sdk": "^15.0.1",
"buffer": "^6.0.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"smart-account-kit": "workspace:^",
"smart-account-kit-bindings": "workspace:^"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^6.0.2",
"vite": "^8.0.5"
}
}