UNPKG

@nx-plugins/slidev

Version:

The Nx Plugin for Slidev that contains executors, generators, and utilities for managing Slidev applications within an Nx workspace.

15 lines (14 loc) 282 B
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "$id": "Init", "title": "Slidev", "type": "object", "properties": { "skipPackageJson": { "type": "boolean", "description": "Do not add dependencies to package.json" } }, "required": [] }