UNPKG

@nx/web

Version:

The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Playwright, Cypress, and Storybook. - Scaffolding for creating bu

77 lines 1.88 kB
{ "name": "@nx/web", "version": "22.7.5", "private": false, "description": "The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Playwright, Cypress, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/web" }, "keywords": [ "Monorepo", "Web", "Jest", "Cypress", "CLI", "Front-end" ], "main": "./index.js", "type": "commonjs", "types": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "generators": "./generators.json", "executors": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "detect-port": "^2.1.0", "http-server": "^14.1.0", "picocolors": "^1.1.0", "tslib": "^2.3.0", "@nx/devkit": "22.7.5", "@nx/js": "22.7.5" }, "devDependencies": { "nx": "22.7.5", "@nx/vitest": "22.7.5" }, "peerDependencies": { "@nx/cypress": "22.7.5", "@nx/eslint": "22.7.5", "@nx/jest": "22.7.5", "@nx/playwright": "22.7.5", "@nx/vite": "22.7.5", "@nx/webpack": "22.7.5" }, "peerDependenciesMeta": { "@nx/cypress": { "optional": true }, "@nx/eslint": { "optional": true }, "@nx/jest": { "optional": true }, "@nx/playwright": { "optional": true }, "@nx/vite": { "optional": true }, "@nx/webpack": { "optional": true } }, "publishConfig": { "access": "public" } }