Scans all date values in imported CSVs to determine whether the file uses DD/MM/YYYY or MM/DD/YYYY format. When the format is ambiguous (all day and month values are <= 12), shows an inline dropdown for the user to choose. Bump version to 1.0.2.
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "zeroclock",
|
|
"version": "1.0.2",
|
|
"description": "Time tracking desktop application",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.2.0",
|
|
"@tauri-apps/plugin-dialog": "^2.6.0",
|
|
"@tauri-apps/plugin-fs": "^2.4.5",
|
|
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
|
|
"@tauri-apps/plugin-notification": "^2.3.3",
|
|
"@vueuse/core": "^12.0.0",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"chart.js": "^4.4.0",
|
|
"dompurify": "^3.3.1",
|
|
"jspdf": "^2.5.0",
|
|
"lucide-vue-next": "^0.400.0",
|
|
"marked": "^17.0.3",
|
|
"pinia": "^2.3.0",
|
|
"shadcn-vue": "^2.4.3",
|
|
"vue": "^3.5.0",
|
|
"vue-chartjs": "^5.3.0",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@tauri-apps/cli": "^2.2.0",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"png-to-ico": "^3.0.1",
|
|
"puppeteer-core": "^24.37.5",
|
|
"sharp": "^0.34.5",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.0.0",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|