This implements backend path management, backup system, cross-platform utilities, and refactors the `appload` plugin arch to support portable mode deployment. The changes are mainly establishing foundational infra maintaining current frontend behavior until phase-3+ integration.
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"name": "tauri-app",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.1.1",
|
|
"tauri-plugin-appload-api": "file:../../"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.1",
|
|
"svelte": "^3.49.0",
|
|
"vite": "^3.0.2",
|
|
"@tauri-apps/cli": "^2.0.0-alpha.17"
|
|
}
|
|
}
|