tauri conf changes

This commit is contained in:
Priyatham-sai-chand 2024-02-09 12:29:26 -08:00
parent 3d94a02a8b
commit 7942fbe4bf
3 changed files with 13996 additions and 5 deletions

13987
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,18 +7,22 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build"
},
"dependencies": {
"vue": "^3.2.45",
"@tauri-apps/api": "^1.4.0"
"@tauri-apps/api": "^1.4.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vue-styleguidist": "^3.26.2",
"vue-tsc": "^1.0.11",
"@tauri-apps/cli": "^1.4.0"
"webpack": "^5.90.1"
}
}

View File

@ -21,7 +21,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.tauri.build",
"identifier": "com.gcs-user-interface.app",
"icon": [
"icons/32x32.png",
"icons/128x128.png",