mirror of
https://github.com/wharfkit/tutorial-client.git
synced 2026-07-21 16:53:28 +00:00
30 lines
760 B
JSON
30 lines
760 B
JSON
{
|
|
"name": "wharf-tutorial",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
|
"@tsconfig/svelte": "^5.0.0",
|
|
"svelte": "^4.0.5",
|
|
"svelte-check": "^3.4.6",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"yarn-deduplicate": "^6.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@wharfkit/contract": "^1.1.1",
|
|
"@wharfkit/session": "^1.2.1",
|
|
"@wharfkit/transact-plugin-resource-provider": "^1.1.0",
|
|
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
|
|
"@wharfkit/web-renderer": "^1.1.1"
|
|
}
|
|
}
|