{ "name": "humain-flow-gui-a21", "version": "0.0.0", "license": "AGPL-3.0-or-later", "author": "Lucio Lelii (ISTI-CNR)", "repository": { "type": "git", "url": "git+https://github.com/luciolelii/humanaiFlow-angular.git" }, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, "prettier": { "printWidth": 100, "singleQuote": true, "overrides": [ { "files": "*.html", "options": { "parser": "angular" } } ] }, "private": true, "packageManager": "npm@10.8.2", "dependencies": { "@angular/animations": "21.0.5", "@angular/cdk": "21.0.5", "@angular/common": "21.0.5", "@angular/compiler": "21.0.5", "@angular/core": "21.0.5", "@angular/elements": "21.0.5", "@angular/forms": "21.0.5", "@angular/material": "21.0.5", "@angular/platform-browser": "21.0.5", "@angular/platform-browser-dynamic": "21.0.5", "@angular/router": "21.0.5", "@fontsource/material-icons-outlined": "^5.2.6", "bootstrap": "^5.3.8", "bootstrap-icons": "^1.13.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "rete": "^2.0.6", "rete-angular-plugin": "^2.6.0", "rete-area-plugin": "^2.1.5", "rete-connection-plugin": "^2.0.5", "rete-render-utils": "^2.0.3", "rxjs": "~7.8.0", "tailwind-merge": "^3.4.0", "tslib": "^2.3.0" }, "devDependencies": { "@angular/build": "21.0.3", "@angular/cli": "21.0.3", "@angular/compiler-cli": "21.0.5", "@tailwindcss/postcss": "^4.1.18", "jsdom": "^27.1.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", "tailwindcss-animate": "^1.0.7", "typescript": "~5.9.2", "vitest": "^4.0.8" } }