Added tauri api
This commit is contained in:
parent
0e6e63517a
commit
985d51f714
2 changed files with 12 additions and 0 deletions
|
@ -31,5 +31,8 @@
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"typescript": "^4.6.4",
|
"typescript": "^4.6.4",
|
||||||
"vite": "^3.0.7"
|
"vite": "^3.0.7"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@tauri-apps/api": "^1.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
|
@ -2,6 +2,7 @@ lockfileVersion: 5.4
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@sveltejs/vite-plugin-svelte': ^1.0.1
|
'@sveltejs/vite-plugin-svelte': ^1.0.1
|
||||||
|
'@tauri-apps/api': ^1.0.2
|
||||||
'@tauri-apps/cli': ^1.0.5
|
'@tauri-apps/cli': ^1.0.5
|
||||||
'@tsconfig/svelte': ^3.0.0
|
'@tsconfig/svelte': ^3.0.0
|
||||||
'@typescript-eslint/eslint-plugin': ^5.13.0
|
'@typescript-eslint/eslint-plugin': ^5.13.0
|
||||||
|
@ -23,6 +24,9 @@ specifiers:
|
||||||
typescript: ^4.6.4
|
typescript: ^4.6.4
|
||||||
vite: ^3.0.7
|
vite: ^3.0.7
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
'@tauri-apps/api': 1.0.2
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@sveltejs/vite-plugin-svelte': 1.0.4_svelte@3.50.0+vite@3.0.9
|
'@sveltejs/vite-plugin-svelte': 1.0.4_svelte@3.50.0+vite@3.0.9
|
||||||
'@tauri-apps/cli': 1.0.5
|
'@tauri-apps/cli': 1.0.5
|
||||||
|
@ -180,6 +184,11 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@tauri-apps/api/1.0.2:
|
||||||
|
resolution: {integrity: sha512-yuNW0oeJ1/ZA7wNF1KgxhHrSu5viPVzY/UgUczzN5ptLM8dH15Juy5rEGkoHfeXGju90Y/l22hi3BtIrp/za+w==}
|
||||||
|
engines: {node: '>= 12.22.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-arm64/1.0.5:
|
/@tauri-apps/cli-darwin-arm64/1.0.5:
|
||||||
resolution: {integrity: sha512-oxpFb9ZeMiC3xPUJ9NsXWCnnwFSVkPbJUvDKpc9IaoDIUpsMTV72W4P0Nh0uQRbyhx4modPpstt7+ONypNVYNg==}
|
resolution: {integrity: sha512-oxpFb9ZeMiC3xPUJ9NsXWCnnwFSVkPbJUvDKpc9IaoDIUpsMTV72W4P0Nh0uQRbyhx4modPpstt7+ONypNVYNg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue