mirror of
https://github.com/tauri-apps/tauri-plugin-websocket.git
synced 2026-01-31 00:35:19 +01:00
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4869194441 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
28 lines
707 B
JSON
28 lines
707 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.0.0",
|
|
"@sveltejs/kit": "^1.15.5",
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
"svelte": "^3.58.0",
|
|
"svelte-check": "^3.2.0",
|
|
"tslib": "^2.5.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.2.1"
|
|
},
|
|
"dependencies": {
|
|
"tauri-plugin-websocket-api": "link:../../"
|
|
},
|
|
"type": "module"
|
|
}
|