mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
* fix(deps): update tauri monorepo * Create tauri-beta-23.md * fix clippy - regen permissions * revert accidental cargo.toml change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
20 lines
381 B
JSON
20 lines
381 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-beta.21",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.13"
|
|
},
|
|
"dependencies": {
|
|
"tauri-plugin-websocket-api": "link:..\\.."
|
|
}
|
|
}
|