UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

20 lines (19 loc) 730 B
export declare const stencilVersion = "^4.22.0"; export declare const stencilRouterVersion = "^1.0.1"; export declare const puppeteer = "^21.4.1"; export declare const deprecatedStencilEslintPlugin = "@stencil/eslint-plugin"; export declare const stencilEslintPlugin = "@stencil-community/eslint-plugin"; export declare const eslintImportPlugin = "eslint-plugin-import"; export declare const ESLINT_PLUGIN_VERSIONS: { "@stencil/eslint-plugin": string; "@stencil-community/eslint-plugin": string; "eslint-plugin-import": string; }; export declare const STENCIL_OUTPUTTARGET_VERSION: { react: string; angular: string; vue: string; }; export declare const STENCIL_STYLE_PLUGIN_VERSION: { scss: string; };