hackatime-desktop/package.json
leafdbot[bot] 6022e78342
chore(main): release app 1.0.3 (#4)
Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
2025-10-03 12:29:08 -06:00

32 lines
787 B
JSON

{
"name": "desktop",
"private": true,
"version": "1.0.3",
"type": "module",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-deep-link": "^2.4.3",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-updater": "~2",
"chart.js": "^4.5.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.2.1",
"tailwindcss": "^4.1.14",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}