mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
* chore: adjust prettier config, .gitignore and use taplo to format toml files This brings the plugins-workspace repository to the same code style of the main tauri repo * format toml * ignore examples gen dir * add .vscode/extensions.json * remove packageManager field * fmt * fix audit * taplo ignore permissions autogenerated files * remove create dummy dist * fix prettier workflow * install fmt in prettier workflow --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "svelte-app",
|
|
"private": true,
|
|
"version": "2.0.0-rc.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --clearScreen false",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.0.0-rc.4",
|
|
"@tauri-apps/plugin-barcode-scanner": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-biometric": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-cli": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
|
|
"@tauri-apps/plugin-global-shortcut": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-http": "2.0.0-rc.2",
|
|
"@tauri-apps/plugin-nfc": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-notification": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-os": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-process": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-store": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-updater": "2.0.0-rc.1",
|
|
"@zerodevx/svelte-json-view": "1.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/codicon": "^1.1.37",
|
|
"@iconify-json/ph": "^1.1.8",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
|
"@tauri-apps/cli": "2.0.0-rc.10",
|
|
"@unocss/extractor-svelte": "^0.62.0",
|
|
"svelte": "^4.2.19",
|
|
"unocss": "^0.62.0",
|
|
"vite": "^5.0.13"
|
|
}
|
|
}
|