docker-inspector/frontend/package.json
Gal Podlipnik 4a2a9eba30
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
containers page wip
2025-06-07 02:25:53 +02:00

67 lines
1.7 KiB
JSON

{
"name": "@frontend/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/cdk": "^20.0.1",
"@angular/common": "20.0.0",
"@angular/compiler": "20.0.0",
"@angular/core": "20.0.0",
"@angular/forms": "20.0.0",
"@angular/material": "^20.0.1",
"@angular/platform-browser": "20.0.0",
"@angular/platform-browser-dynamic": "20.0.0",
"@angular/router": "20.0.0",
"@mmstack/form-material": "^19.2.0",
"@mmstack/primitives": "^19.2.3",
"@mmstack/resource": "^19.2.0",
"rxjs": "7.8.2",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.0",
"@angular-devkit/core": "20.0.0",
"@angular-devkit/schematics": "20.0.0",
"@angular/cli": "20.0.0",
"@angular/compiler-cli": "20.0.0",
"@angular/language-service": "20.0.0",
"@eslint/js": "9.28.0",
"@nx/angular": "21.1.3",
"@nx/eslint": "21.1.3",
"@nx/eslint-plugin": "21.1.3",
"@nx/jest": "21.1.3",
"@nx/js": "21.1.3",
"@nx/web": "21.1.3",
"@nx/workspace": "21.1.3",
"@schematics/angular": "20.0.0",
"@swc-node/register": "1.10.10",
"@swc/core": "1.11.29",
"@swc/helpers": "0.5.17",
"@types/jest": "29.5.14",
"@types/node": "22.15.29",
"@typescript-eslint/utils": "8.33.1",
"angular-eslint": "19.7.0",
"eslint": "9.28.0",
"eslint-config-prettier": "10.1.5",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.6.0",
"nx": "21.1.3",
"prettier": "3.5.3",
"ts-jest": "29.3.4",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.8.3",
"typescript-eslint": "8.33.1"
},
"nx": {
"includedScripts": []
}
}