mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.7 KiB
109 lines
3.7 KiB
{
|
|
"name": "@nx/angular",
|
|
"version": "22.4.5",
|
|
"private": false,
|
|
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/angular"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI",
|
|
"Front-end"
|
|
],
|
|
"exports": {
|
|
"./migrations.json": "./migrations.json",
|
|
"./generators.json": "./generators.json",
|
|
"./executors.json": "./executors.json",
|
|
"./generators": "./generators.js",
|
|
"./executors": "./executors.js",
|
|
"./plugin": "./plugin.js",
|
|
"./tailwind": "./tailwind.js",
|
|
"./module-federation": "./module-federation/index.js",
|
|
"./src/utils": "./src/utils/index.js",
|
|
"./plugins/component-testing": "./plugins/component-testing.js",
|
|
"./src/generators/utils": "./src/generators/utils/index.js",
|
|
"./src/generators/move/move-impl": "./src/generators/move/move-impl.js",
|
|
"./src/builders/*/schema.json": "./src/builders/*/schema.json",
|
|
"./src/builders/*.impl": "./src/builders/*.impl.js",
|
|
"./src/builders/*/schema": "./src/builders/*/schema.d.ts",
|
|
"./src/executors/*/schema.json": "./src/executors/*/schema.json",
|
|
"./src/executors/*.impl": "./src/executors/*.impl.js",
|
|
"./src/executors/*/schema": "./src/executors/*/schema.d.ts",
|
|
"./src/generators/*/schema.json": "./src/generators/*/schema.json",
|
|
"./src/generators/*/schema": "./src/generators/*/schema.d.ts",
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
".": {
|
|
"types": "./types/nx-angular.d.ts",
|
|
"default": "./fesm2022/nx-angular.mjs"
|
|
},
|
|
"./mf": {
|
|
"types": "./types/nx-angular-mf.d.ts",
|
|
"default": "./fesm2022/nx-angular-mf.mjs"
|
|
}
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"executors": "./executors.json",
|
|
"generators": "./generators.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"dependencies": {
|
|
"@nx/devkit": "22.4.5",
|
|
"@nx/eslint": "22.4.5",
|
|
"@nx/js": "22.4.5",
|
|
"@nx/module-federation": "22.4.5",
|
|
"@nx/rspack": "22.4.5",
|
|
"@nx/web": "22.4.5",
|
|
"@nx/webpack": "22.4.5",
|
|
"@nx/workspace": "22.4.5",
|
|
"@phenomnomnominal/tsquery": "~6.1.4",
|
|
"@typescript-eslint/type-utils": "^8.0.0",
|
|
"enquirer": "~2.3.6",
|
|
"magic-string": "~0.30.2",
|
|
"picocolors": "^1.1.0",
|
|
"picomatch": "4.0.2",
|
|
"semver": "^7.6.3",
|
|
"tslib": "^2.3.0",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/build": ">= 19.0.0 < 22.0.0",
|
|
"@angular-devkit/build-angular": ">= 19.0.0 < 22.0.0",
|
|
"@angular-devkit/core": ">= 19.0.0 < 22.0.0",
|
|
"@angular-devkit/schematics": ">= 19.0.0 < 22.0.0",
|
|
"@schematics/angular": ">= 19.0.0 < 22.0.0",
|
|
"ng-packagr": ">= 19.0.0 < 22.0.0",
|
|
"rxjs": "^6.5.3 || ^7.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@angular/build": {
|
|
"optional": true
|
|
},
|
|
"@angular-devkit/build-angular": {
|
|
"optional": true
|
|
},
|
|
"ng-packagr": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"module": "fesm2022/nx-angular.mjs",
|
|
"typings": "types/nx-angular.d.ts",
|
|
"sideEffects": false
|
|
}
|