mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
fe79adb5c7
* feat: scaffold NFC plugin, initial iOS code * adjust script paths (api example) * update entitlements & plist * update class name * update api * sketch api, remove desktop * update response data * add write fn * remove commands * fixes for write mode * check nfc state before using the APIs * fix(example): downgrade internal-ip to v7 * feat: typed iOS arguments * update swift requirement * android updates * update tauri * fix icon * update example * fix build * fix notification example * fix clipboard * fix ios notification build * fix info.plist * update tauri * add change file * fmt * update to new args class syntax :( [skip ci] * add lang code handling in RTD_TEXT helper (written payload is broken without it) * update nfc to latest tauri. use tauri from git * update lockfile * android: add initial nfc writer implementation * check sdk version for pendingintent flag * quicksaving basic ndef reading that doesn't crash * add basic ndef reading (android) * small cleanup * change pending action type * validate available state * gradle 8.0.0 * use session class * implement keep session alive * fix notification crash?? * remove dox feature, fix breaking changes * update dependencies * fix shell tests [skip ci] * fmt [skip ci] * type safe args * scan kind options * commit .idea files * update api * update example * fix app check * alertmessage options for iOS * default to tag on example * fix(ios): always close session on write, remove keepsessionalive option * add kind input to write options * empty records if message not found * fill tag metadata for ndef read * add contributors * update vite * covector setup * tauri/dox removed * docs and examples * fmt [skip ci] --------- Co-authored-by: FabianLars-crabnebula <fabianlars@crabnebula.dev> Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "svelte-app",
|
|
"private": true,
|
|
"version": "2.0.0-alpha.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --clearScreen false",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.0.0-alpha.12",
|
|
"@tauri-apps/plugin-barcode-scanner": "2.0.0-alpha.3",
|
|
"@tauri-apps/plugin-cli": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-dialog": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-fs": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-global-shortcut": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-http": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-nfc": "1.0.0",
|
|
"@tauri-apps/plugin-notification": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-os": "2.0.0-alpha.5",
|
|
"@tauri-apps/plugin-process": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-shell": "2.0.0-alpha.4",
|
|
"@tauri-apps/plugin-updater": "2.0.0-alpha.4",
|
|
"@zerodevx/svelte-json-view": "1.0.7"
|
|
},
|
|
"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-alpha.18",
|
|
"@unocss/extractor-svelte": "^0.58.0",
|
|
"internal-ip": "^8.0.0",
|
|
"svelte": "^4.2.8",
|
|
"unocss": "^0.58.0",
|
|
"vite": "^5.0.6"
|
|
}
|
|
}
|