mirror of
https://github.com/tauri-apps/tauri-plugin-websocket.git
synced 2026-01-31 00:35:19 +01:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7114238627 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
28 lines
698 B
JSON
28 lines
698 B
JSON
{
|
|
"name": "svelte-app",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"tauri": "tauri"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "2.1.1",
|
|
"@sveltejs/kit": "1.27.7",
|
|
"@tauri-apps/cli": "1.5.7",
|
|
"svelte": "4.2.8",
|
|
"svelte-check": "3.6.2",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.3.2",
|
|
"vite": "5.0.5"
|
|
},
|
|
"dependencies": {
|
|
"tauri-plugin-websocket-api": "link:../../"
|
|
},
|
|
"type": "module"
|
|
}
|