feat: added clien on vue.js and ionic

This commit is contained in:
Arduinum
2026-01-29 15:36:22 +03:00
committed by Arduinum628
parent 1bac371217
commit fc13ed61d4
10 changed files with 140 additions and 54 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "client",
"name": "kawai-focus",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "client",
"name": "kawai-focus",
"version": "0.0.1",
"dependencies": {
"@capacitor/app": "8.0.0",
@@ -15,6 +15,8 @@
"@capacitor/status-bar": "8.0.0",
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-sql": "^2.3.1",
"ionicons": "^7.0.0",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
@@ -3143,6 +3145,25 @@
}
}
},
"node_modules/@tauri-apps/api": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.9.1.tgz",
"integrity": "sha512-IGlhP6EivjXHepbBic618GOmiWe4URJiIeZFlB7x3czM0yDHHYviH1Xvoiv4FefdkQtn6v7TuwWCRfOGdnVUGw==",
"license": "Apache-2.0 OR MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/tauri"
}
},
"node_modules/@tauri-apps/plugin-sql": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@tauri-apps/plugin-sql/-/plugin-sql-2.3.1.tgz",
"integrity": "sha512-iNgHnFIR+jRkx9INKVKepzMlxXtNkJUaWuhagFjT4dOttPaNyRnVHgwTjpqZhyVjiklDh2UdEPAJkQKiCPAekw==",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@tauri-apps/api": "^2.8.0"
}
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",