Files
pomoday-app/package.json
Paul Spenke ec76a52fdd - Implement ESLint with @antfu/eslint-config and apply consistent formatting across the codebase.
- Refactor `useTasks` to improve task fetching, creation, and updating logic.
- Enhance `TodoItem` and `ListScreen` with improved bindings, sorting, and category handling.
- Update dependencies and adjust task grouping in various components.
2026-02-22 16:24:55 +01:00

46 lines
1.3 KiB
JSON

{
"name": "pomoday",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:desktop": "tauri dev",
"dev:ios": "tauri ios dev",
"dev:ios:simulator": "tauri ios dev \"iPhone 16e\"",
"build": "tsc && vite build",
"build:desktop": "tauri build",
"build:ios": "tauri ios build",
"preview": "vite preview",
"tauri": "tauri",
"format": "eslint format --write"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-http": "~2.5.7",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-store": "~2.4.2",
"@types/luxon": "^3.7.1",
"@vueuse/core": "^14.2.1",
"daisyui": "^5.5.18",
"jsencrypt": "^3.5.4",
"luxon": "^3.7.2",
"uuid": "^13.0.0",
"vue": "^3.5.28",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.0",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^6.0.4",
"tailwindcss": "^4.2.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^2.1.10",
"@antfu/eslint-config": "^7.4.3",
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.4.0"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}