UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

76 lines 1.71 kB
{ "name": "@nxext/stencil", "version": "21.0.0", "license": "MIT", "author": "Dominik Pieper", "description": "Nx plugin for stenciljs", "homepage": "https://nxext.dev/", "keywords": [ "nx", "nx-plugin", "stenciljs", "pwa", "web components" ], "repository": { "type": "git", "url": "https://github.com/nxext/nx-extensions", "directory": "packages/stencil" }, "bugs": { "url": "https://github.com/nxext/nx-extensions/issues" }, "main": "src/index.js", "schematics": "./generators.json", "generators": "./generators.json", "builders": "./executors.json", "executors": "./executors.json", "dependencies": { "@nxext/common": "21.0.0", "tslib": "^2.3.0", "@nx/devkit": "^21.0.0", "@nx/js": "^21.0.0", "@nx/workspace": "^21.0.0", "typescript": "^5.7.3", "fs-extra": "^10.1.0", "@nx/angular": "^21.0.0", "@nx/eslint": "^21.0.0", "@nx/react": "^21.0.0", "@nx/vue": "^21.0.0", "@nx/web": "^21.0.0", "@nx/cypress": "^21.0.0", "@nx/jest": "^21.0.0", "@nx/storybook": "^21.0.0", "nx": "^21.0.0", "@phenomnomnominal/tsquery": "~5.0.1" }, "peerDependencies": {}, "peerDependenciesMeta": { "@nxext/svelte": { "optional": true }, "@nx/storybook": { "optional": true }, "@nx/react": { "optional": true }, "@nx/vue": { "optional": true }, "@nx/angular": { "optional": true }, "@nx/cypress": { "optional": true } }, "nx-migrate": { "migrations": "./migrations.json" }, "nx-migrations": { "migrations": "./migrations.json" }, "types": "./src/index.d.ts", "type": "commonjs" }