IELET3109-desktop-application/package.json

27 lines
573 B
JSON
Raw Normal View History

2024-09-19 11:00:37 +00:00
{
"name": "tauri-eval",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2024-11-18 13:41:44 +00:00
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-shell": "^2.0.1",
2024-09-19 11:00:37 +00:00
"chart.js": "^4.4.4",
"vue": "^3.3.4",
"vue-chartjs": "^5.3.1"
},
"devDependencies": {
2024-11-18 13:41:44 +00:00
"@tauri-apps/cli": "^2.1.0",
2024-09-19 11:00:37 +00:00
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}