- Custom tooltip directive (WCAG AAA) on every button in the app - Two-column timer layout with sticky hero and recent entries sidebar - Timer font selector with 16 monospace Google Fonts and live preview - UI font selector with 15+ Google Fonts - Close-to-tray and minimize-to-tray settings - New app icons (no-glow variants), platform icon set - Mini timer pop-out window - Favorites strip with drag-reorder and inline actions - Comprehensive README with feature documentation - Remove tracked files that belong in gitignore
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "zeroclock",
|
|
"version": "1.0.0",
|
|
"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"
|
|
}
|
|
}
|