mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
5c137365c6
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
28 lines
711 B
JSON
28 lines
711 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-static": "2.0.3",
|
|
"@sveltejs/kit": "1.26.0",
|
|
"@tauri-apps/cli": "2.0.0-alpha.16",
|
|
"svelte": "4.2.2",
|
|
"svelte-check": "3.5.2",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.2.2",
|
|
"vite": "4.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/plugin-websocket": "link:../../"
|
|
},
|
|
"type": "module"
|
|
}
|