{ "name": "init", "factory": "./src/generators/init/init#initGeneratorInternal", "schema": { "cli": "nx", "title": "Initialize Vite in the workspace.", "description": "Initialize Vite in the workspace.", "$id": "init-vite-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 }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update `package.json` scripts with inferred targets", "default": false } }, "presets": [] }, "description": "Initialize Vite in the workspace.", "aliases": ["ng-add"], "hidden": true, "implementation": "/packages/vite/src/generators/init/init#initGeneratorInternal.ts", "path": "/packages/vite/src/generators/init/schema.json", "type": "generator" }