IELET3109-desktop-application/package.json

26 lines
523 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": {
"@tauri-apps/api": "^1",
"chart.js": "^4.4.4",
"vue": "^3.3.4",
"vue-chartjs": "^5.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}