Files
nonograms/package.json
Grzegorz Kucmierz 48def6c400
All checks were successful
Deploy to Production / deploy (push) Successful in 18s
feat: enhance image import and solvability calculation (v1.13.0)
- Implement non-linear threshold slider (histogram percentile method)
- Add real-time solvability calculation with progress indicator
- Improve solvability logic with generative lookahead (smash)
- Update ImageImportModal UI (alpha preview, grid size 5-80)
- Add missing translations and difficulty labels
- Optimize web worker pool with queue clearing and progress reporting
- Fix mobile camera support and UI layout
2026-02-13 02:23:44 +01:00

28 lines
610 B
JSON

{
"name": "vue-nonograms-solid",
"version": "1.13.0",
"homepage": "https://nonograms.7u.pl/",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"fireworks-js": "^2.10.8",
"flag-icons": "^7.5.0",
"lucide-vue-next": "^0.563.0",
"pinia": "^2.1.7",
"vue": "^3.4.19"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.6",
"jsdom": "^28.0.0",
"vite": "^5.1.4",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^4.0.18"
}
}