mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +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>
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.8.0",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^7.0.4"
|
|
},
|
|
"dependencies": {
|
|
"tauri-plugin-websocket-api": "link:..\\.."
|
|
}
|
|
}
|