IELET3109-desktop-application/package.json

27 lines
553 B
JSON
Raw Normal View History

2024-09-19 11:00:37 +00:00
{
2024-11-23 20:00:35 +00:00
"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"
}
2024-09-19 11:00:37 +00:00
}