chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"name": "@nx/angular",
|
||||
"version": "0.0.1",
|
||||
"private": false,
|
||||
"type": "commonjs",
|
||||
"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, 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"
|
||||
],
|
||||
"module": "./dist/fesm2022/nx-angular.mjs",
|
||||
"types": "./dist/types/nx-angular.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"!dist/tsconfig.tsbuildinfo",
|
||||
"!dist/package.json",
|
||||
"migrations.json",
|
||||
"executors.json",
|
||||
"generators.json"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/types/nx-angular.d.ts",
|
||||
"default": "./dist/fesm2022/nx-angular.mjs"
|
||||
},
|
||||
"./mf": {
|
||||
"types": "./dist/types/nx-angular-mf.d.ts",
|
||||
"default": "./dist/fesm2022/nx-angular-mf.mjs"
|
||||
},
|
||||
"./package.json": {
|
||||
"default": "./package.json"
|
||||
},
|
||||
"./migrations.json": "./migrations.json",
|
||||
"./generators.json": "./generators.json",
|
||||
"./executors.json": "./executors.json",
|
||||
"./generators": "./dist/generators.js",
|
||||
"./executors": "./dist/executors.js",
|
||||
"./plugin": "./dist/plugin.js",
|
||||
"./tailwind": "./dist/tailwind.js",
|
||||
"./plugins/component-testing": "./dist/plugins/component-testing.js",
|
||||
"./internal": "./dist/internal.js",
|
||||
"./src/builders/*/schema.json": "./dist/src/builders/*/schema.json",
|
||||
"./src/builders/*.impl": "./dist/src/builders/*.impl.js",
|
||||
"./src/builders/*/schema": "./dist/src/builders/*/schema.d.ts",
|
||||
"./src/executors/*/schema.json": "./dist/src/executors/*/schema.json",
|
||||
"./src/executors/*.impl": "./dist/src/executors/*.impl.js",
|
||||
"./src/executors/*/schema": "./dist/src/executors/*/schema.d.ts",
|
||||
"./src/generators/*/schema.json": "./dist/src/generators/*/schema.json",
|
||||
"./src/generators/*/schema": "./dist/src/generators/*/schema.d.ts"
|
||||
},
|
||||
"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",
|
||||
"supportsOptionalMigrations": true
|
||||
},
|
||||
"dependencies": {
|
||||
"@nx/devkit": "workspace:*",
|
||||
"@nx/eslint": "workspace:*",
|
||||
"@nx/js": "workspace:*",
|
||||
"@nx/module-federation": "workspace:*",
|
||||
"@nx/rspack": "workspace:*",
|
||||
"@nx/web": "workspace:*",
|
||||
"@nx/webpack": "workspace:*",
|
||||
"@phenomnomnominal/tsquery": "catalog:typescript",
|
||||
"@typescript-eslint/type-utils": "catalog:eslint",
|
||||
"enquirer": "catalog:",
|
||||
"jsonc-parser": "catalog:",
|
||||
"magic-string": "~0.30.2",
|
||||
"picocolors": "catalog:",
|
||||
"picomatch": "catalog:",
|
||||
"semver": "catalog:",
|
||||
"tslib": "catalog:typescript",
|
||||
"webpack-merge": "^5.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nx/cypress": "workspace:*",
|
||||
"@nx/vitest": "workspace:*",
|
||||
"nx": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/build": "catalog:angular-supported-versions",
|
||||
"@angular-devkit/build-angular": "catalog:angular-supported-versions",
|
||||
"@angular-devkit/core": "catalog:angular-supported-versions",
|
||||
"@angular-devkit/schematics": "catalog:angular-supported-versions",
|
||||
"@schematics/angular": "catalog:angular-supported-versions",
|
||||
"ng-packagr": "catalog:angular-supported-versions",
|
||||
"rxjs": "catalog:angular-supported-versions"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@angular/build": {
|
||||
"optional": true
|
||||
},
|
||||
"@angular-devkit/build-angular": {
|
||||
"optional": true
|
||||
},
|
||||
"ng-packagr": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user