Files
core-cooldown/package.json
Your Name 0cbd8abad4 Initial commit - Core Cooldown v0.1.0
Portable Windows break timer to prevent RSI and eye strain.
Tauri v2 + Svelte 5 + Tailwind CSS v4. No installer, no telemetry,
no data leaves the machine. CC0 public domain.
2026-02-07 01:12:49 +02:00

27 lines
532 B
JSON

{
"name": "core-cooldown",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"motion": "^12.33.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5",
"@tailwindcss/vite": "^4",
"@tauri-apps/cli": "^2",
"svelte": "^5",
"svelte-check": "^4",
"tailwindcss": "^4",
"typescript": "^5.5",
"vite": "^6"
}
}