feat(inventar): add configurable inventory management app

SvelteKit web app with schema-less collections, 8 field types,
8 templates (electronics, books, furniture, etc.), 3 views (list/grid/table),
hierarchical locations, categories, full-text search, and localStorage persistence.
Includes ManaScore audit (28/100 Alpha), Dockerfile, SSO prep, and i18n (DE/EN).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-27 11:21:36 +01:00
parent 2e4bb9bad7
commit 86d1da3587
65 changed files with 5050 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"name": "inventar",
"version": "1.0.0",
"private": true,
"description": "Inventar - Configurable Inventory Management",
"scripts": {
"dev": "pnpm --filter @inventar/web dev",
"dev:web": "pnpm --filter @inventar/web dev"
},
"devDependencies": {
"typescript": "^5.9.3"
},
"packageManager": "pnpm@9.15.0"
}