hackatime-desktop/package.json
leafdbot[bot] 3d30548579
chore(deps): update pnpm to v10.19.0
Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
2025-10-24 21:34:42 +00:00

38 lines
982 B
JSON

{
"name": "desktop",
"private": true,
"version": "1.7.3",
"type": "module",
"packageManager": "pnpm@10.19.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@sentry/vue": "^10.18.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^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",
"crypto-js": "^4.2.0",
"posthog-js": "^1.273.1",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@tauri-apps/cli": "^2",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.7.1",
"@vitejs/plugin-vue": "^5.2.1",
"tailwindcss": "^4.1.14",
"typescript": "~5.9.0",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}