mirror of
https://github.com/Priler/jarvis.git
synced 2026-05-27 07:29:46 +00:00
Now GUI and the app itself is divided into two different binaries. The app also provides system tray icon. Whereas the GUI can be used to configure the app.
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "jarvis-app",
|
|
"private": true,
|
|
"version": "0.0.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "routify -c dev:vite",
|
|
"dev:routify": "routify",
|
|
"dev:vite": "vite",
|
|
"build": "svelte-check && routify -b && vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@svelteuidev/composables": "^0.11.1",
|
|
"@svelteuidev/core": "^0.11.1",
|
|
"@svelteuidev/motion": "^0.11.1",
|
|
"@tauri-apps/api": "^1.3.0",
|
|
"howler": "^2.2.3",
|
|
"radix-icons-svelte": "^1.2.1",
|
|
"worker-timers": "^7.0.64"
|
|
},
|
|
"devDependencies": {
|
|
"@roxi/routify": "^2.18.11",
|
|
"@sveltejs/vite-plugin-svelte": "^2.0.0",
|
|
"@tauri-apps/cli": "^1.3.1",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/node": "^18.7.10",
|
|
"sass": "^1.62.0",
|
|
"svelte": "^3.54.0",
|
|
"svelte-check": "^3.0.0",
|
|
"svelte-preprocess": "^5.0.0",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.2.1",
|
|
"vite-tsconfig-paths": "^4.2.0"
|
|
}
|
|
}
|