{ "version": "2.0.0", "project": { "id": "dss-admin", "name": "DSS Admin Dashboard", "type": "web" }, "extends": { "skin": "workbench", "version": "2.0.0" }, "stack": { "framework": "react", "styling": "tailwind", "icons": "lucide", "typescript": true }, "compiler": { "strict_mode": true, "validation_level": "error", "output_format": "js-tokens", "cache_strategy": "moderate" }, "overrides": { "tokens": { "colors": { "primary": "#6366f1" } } } }