mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
50cebdb6d5
* chore(deps): update to tauri 2.8.0 * fmt * uipdate build * tauri 2.8.1 and bump toml in plugin-fs * tauri 2.8.1 * 2.8.2 * clippy [skip ci] --------- Co-authored-by: Tony <legendmastertony@gmail.com>
22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"name": "deep-link-example",
|
|
"private": true,
|
|
"version": "2.2.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.7.0",
|
|
"@tauri-apps/plugin-deep-link": "2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.8.0",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|