mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
e8069af804
* update to tauri v2
* covector setup
* update locks
* bump packages to v2 through covector, remove rc references
* msrv 1.78
* downgrade 1.79 msrv dep
* test clipboard
* fmt
* bitstream-io 2.3.0
* Revert "test clipboard"
This reverts commit c3e19dbe59.
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"name": "tauri-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.4.7"
|
|
},
|
|
"dependencies": {
|
|
"tauri-plugin-websocket-api": "link:..\\.."
|
|
}
|
|
}
|