mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-25 11:46:06 +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.
22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"name": "deep-link-example",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.0.0",
|
|
"@tauri-apps/plugin-deep-link": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.4.7"
|
|
}
|
|
}
|