-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 930 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "home-assistant-assist-desktop",
"private": true,
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "1.5.6",
"home-assistant-js-websocket": "9.4.0",
"svelte-routing": "2.13.0",
"tauri-plugin-autostart-api": "https://github.com/tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log#v1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tauri-apps/cli": "1.5.14",
"@tsconfig/svelte": "5.0.4",
"svelte": "4.2.18",
"svelte-check": "3.8.4",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.2"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}