IELET3109-desktop-application/package.json
Sebastian H. Gabrielli c205f1f827 Update peak detection
2024-11-23 21:00:35 +01:00

27 lines
553 B
JSON

{
"name": "IELET3109 Heart Rate Monitor",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-shell": "^2.0.1",
"chart.js": "^4.4.4",
"vue": "^3.3.4",
"vue-chartjs": "^5.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}