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

29 lines (28 loc) 691 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxWebInit", "cli": "nx", "title": "Init Web Plugin", "description": "Init Web Plugin.", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files", "type": "boolean", "default": false }, "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false, "x-priority": "internal" }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false } }, "required": [] }