mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
21 lines
477 B
JSON
21 lines
477 B
JSON
{
|
|
"name": "trackeep-desktop",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1 --port 1420 --strictPort",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 127.0.0.1 --port 1420 --strictPort",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.0.0",
|
|
"vite": "^7.2.4"
|
|
}
|
|
}
|