> vuetify-drilldown-table@0.0.0-alpha1 bundle /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table
> rollup -c --bundleConfigAsCjs
src/index.ts → dist/vuetify-drilldown-table.js, dist/vuetify-drilldown-table.es.js...
rpt2: built-in options overrides: {
"noEmitHelpers": false,
"importHelpers": true,
"noResolve": false,
"noEmit": false,
"noEmitOnError": false,
"inlineSourceMap": false,
"outDir": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/placeholder",
"moduleResolution": 2,
"allowNonTsExtensions": true
}
rpt2: parsed tsconfig: {
"options": {
"target": 99,
"module": 99,
"moduleResolution": 2,
"strict": false,
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"baseUrl": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table",
"outDir": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/placeholder",
"rootDir": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src",
"lib": [
"lib.esnext.d.ts",
"lib.dom.d.ts"
],
"paths": {
"@/*": [
"./src/*"
]
},
"types": [
"node",
"vuetify"
],
"typeRoots": [
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/@types",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/vuetify/types"
],
"skipLibCheck": true,
"useDefineForClassFields": true,
"jsx": 1,
"resolveJsonModule": true,
"noEmit": false,
"configFilePath": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/tsconfig.json",
"pathsBasePath": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table",
"noEmitHelpers": false,
"noResolve": false,
"noEmitOnError": false,
"inlineSourceMap": false,
"allowNonTsExtensions": true
},
"fileNames": [
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/index.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/composables/helpers.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/composables/levelColors.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/utils/props.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugins/index.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugins/theme.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugins/vuetify.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugins/webfontloader.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/types/types.d.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/types/vite-env.d.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/types/vue-shim.d.ts"
],
"projectReferences": [
{
"path": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/tsconfig.node.json",
"originalPath": "./tsconfig.node.json"
}
],
"typeAcquisition": {
"enable": false,
"include": [],
"exclude": []
},
"raw": {
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": false,
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "./dist",
"baseUrl": ".",
"outDir": "./dist",
"rootDir": "src",
"lib": [
"ESNext",
"DOM"
],
"paths": {
"@/*": [
"./src/*"
]
},
"types": [
"node",
"vuetify"
],
"typeRoots": [
"./ts",
"./node_modules/@types",
"./node_modules/vuetify/types"
],
"skipLibCheck": true,
"useDefineForClassFields": true,
"jsx": "preserve",
"resolveJsonModule": true,
"noEmit": true
},
"exclude": [
"playground",
"src/App.vue",
"src/main.ts",
"src/components/**/*.ts",
"src/components/**/*.vue",
"src/playground/**/*.ts",
"src/stores/**/*.ts",
"node_modules"
],
"include": [
"src/**/*.ts",
"src/**/*.vue"
],
"references": [
{
"path": "./tsconfig.node.json"
}
],
"compileOnSave": false
},
"errors": [],
"wildcardDirectories": {
"/users/webdevnerdstuff/dev/sites/plugins/vuetify-drilldown-table/src": 1
},
"compileOnSave": false
}
rpt2: typescript version: 5.0.4
rpt2: tslib version: 2.5.0
rpt2: rollup version: 3.20.6
rpt2: rollup-plugin-typescript2 version: 0.34.1
rpt2: plugin options:
{
"check": true,
"verbosity": 3,
"clean": false,
"cacheRoot": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2",
"include": [
"*.ts+(|x)",
"**/*.ts+(|x)"
],
"exclude": [
"*.d.ts",
"**/*.d.ts"
],
"abortOnError": true,
"rollupCommonJSResolveHack": false,
"useTsconfigDeclarationDir": false,
"tsconfigOverride": {},
"transformers": [],
"tsconfigDefaults": {},
"objectHashIgnoreUnknownHack": false,
"cwd": "/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table",
"typescript": "version 5.0.4"
}
rpt2: rollup config:
{
"external": [
"vue",
"vuetify"
],
"input": "src/index.ts",
"plugins": [
{
"name": "commonjs--resolver"
},
{
"name": "json"
},
{
"name": "alias"
},
{
"name": "polyfill-node"
},
{
"name": "node-resolve",
"version": "15.0.2",
"resolveId": {
"order": "post"
}
},
{
"name": "commonjs",
"version": "24.1.0"
},
{
"name": "rpt2"
},
{
"name": "vite:vue"
},
{
"name": "vuetify:styles",
"enforce": "pre"
},
{
"name": "postcss"
},
{
"name": "scss"
},
{
"name": "terser",
"numOfWorkersUsed": 0
},
{
"name": "stdin"
}
],
"output": [
{
"banner": "/**\n * @name vuetify-drilldown-table\n * @version 0.0.0-alpha1\n * @description The vuetify-drilldown-table\n * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)\n * @copyright Copyright 2023, WebDevNerdStuff\n * @homepage https://github.com/webdevnerdstuff/vuetify-drilldown-table\n * @repository https://github.com/webdevnerdstuff/vuetify-drilldown-table\n * @license MIT License\n */\n",
"exports": "named",
"file": "dist/vuetify-drilldown-table.js",
"format": "cjs",
"plugins": []
},
{
"banner": "/**\n * @name vuetify-drilldown-table\n * @version 0.0.0-alpha1\n * @description The vuetify-drilldown-table\n * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)\n * @copyright Copyright 2023, WebDevNerdStuff\n * @homepage https://github.com/webdevnerdstuff/vuetify-drilldown-table\n * @repository https://github.com/webdevnerdstuff/vuetify-drilldown-table\n * @license MIT License\n */\n",
"exports": "named",
"file": "dist/vuetify-drilldown-table.es.js",
"format": "es",
"plugins": []
}
]
}
rpt2: tsconfig path: /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/tsconfig.json
rpt2: included:
[
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/tsconfig.node.json/*.ts+(|x)",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/tsconfig.node.json/**/*.ts+(|x)",
"*.ts+(|x)",
"**/*.ts+(|x)"
]
rpt2: excluded:
[
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/tsconfig.node.json/*.d.ts",
"/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/tsconfig.node.json/**/*.d.ts",
"*.d.ts",
"**/*.d.ts"
]
rpt2: Ambient types:
rpt2: /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/types/types.d.ts
rpt2: /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/types/vite-env.d.ts
rpt2: /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/types/vue-shim.d.ts
rpt2: /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/@types+node@18.15.12/node_modules/@types/node/index.d.ts
rpt2: ambient types changed, redoing all semantic diagnostics
rpt2: transpiling '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/index.ts'
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/code/cache/d16e569ed47d77d08ea8a5183ddcf5d0c7999378'
rpt2: cache miss
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/syntacticDiagnostics/cache/d16e569ed47d77d08ea8a5183ddcf5d0c7999378'
rpt2: cache miss
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/semanticDiagnostics/cache/d16e569ed47d77d08ea8a5183ddcf5d0c7999378'
rpt2: cache miss
rpt2: generated declarations for '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/index.ts'
rpt2: dependency '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts'
rpt2: imported by '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/index.ts'
rpt2: resolving '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts' imported by '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/index.ts'
rpt2: to '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts'
rpt2: transpiling '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts'
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/code/cache/0d49262cd21e5d7f9526ce330e031f57bd06f059'
rpt2: cache miss
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/syntacticDiagnostics/cache/0d49262cd21e5d7f9526ce330e031f57bd06f059'
rpt2: cache miss
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/semanticDiagnostics/cache/0d49262cd21e5d7f9526ce330e031f57bd06f059'
rpt2: cache miss
rpt2: generated declarations for '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts'
rpt2: dependency '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts'
rpt2: imported by '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/index.ts'
rpt2: resolving 'src/plugin' imported by '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/index.ts'
rpt2: to '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/src/plugin/index.ts'
rpt2: transpiling 'src/plugin/VDrilldownTable.vue?vue&type=script&setup=true&lang.ts'
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/code/cache/e801a4c34ed69198e1d73d4d3569a9bfe321f761'
rpt2: cache miss
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/syntacticDiagnostics/cache/e801a4c34ed69198e1d73d4d3569a9bfe321f761'
rpt2: cache miss
rpt2: cache: '/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.cache/rollup-plugin-typescript2/rpt2_364f7afc7ef7b5ac9a9f55a744a6be0d3cb715ba/semanticDiagnostics/cache/e801a4c34ed69198e1d73d4d3569a9bfe321f761'
rpt2: cache miss
rpt2: rolling caches
[!] (plugin rpt2) RollupError: src/plugin/VDrilldownTable.vue?vue&type=script&setup=true&lang.ts:631:19 - error TS2322: Type 'Function' is not assignable to type 'SSRSlot'.
Type 'Function' provides no match for the signature '(...args: any[]): VNode<RendererNode, RendererElement, { [key: string]: any; }>[]'.
631 default: _withCtx(() => [
~~~~~~~
src/plugin/VDrilldownTable.vue?vue&type=script&setup=true&lang.ts:636:19 - error TS2322: Type 'number' is not assignable to type 'SSRSlot'.
636 _: 2 /* DYNAMIC */
~
src/plugin/VDrilldownTable.vue?vue&type=script&setup=true&lang.ts:638:59 - error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '(slot: string) => { name: string; fn: Function; }' is not assignable to parameter of type '<K extends keyof string[]>(value: string[][K], key: K, index: number) => VNodeChild'.
Types of parameters 'slot' and 'value' are incompatible.
Type 'string[][K]' is not assignable to type 'string'.
Type 'string | number | (() => string) | (() => string) | (() => string) | ((...items: string[]) => number) | { (...items: ConcatArray<string>[]): string[]; (...items: (string | ConcatArray<string>)[]): string[]; } | ... 30 more ... | { ...; }' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
638 _renderList(Object.keys(_unref(slots)), (slot) => {
~~~~~~~~~~~
node_modules/.pnpm/@vue+runtime-core@3.2.47/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1519:25
1519 export declare function renderList<T>(source: T, renderItem: <K extends keyof T>(value: T[K], key: K, index: number) => VNodeChild): VNodeChild[];
~~~~~~~~~~
The last overload is declared here.
src/plugin/VDrilldownTable.vue?vue&type=script&setup=true&lang.ts:646:59 - error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '(slot: string) => { name: string; fn: Function; }' is not assignable to parameter of type '<K extends keyof string[]>(value: string[][K], key: K, index: number) => VNodeChild'.
Types of parameters 'slot' and 'value' are incompatible.
Type 'string[][K]' is not assignable to type 'string'.
646 _renderList(Object.keys(_unref(slots)), (slot) => {
~~~~~~~~~~~
node_modules/.pnpm/@vue+runtime-core@3.2.47/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1519:25
1519 export declare function renderList<T>(source: T, renderItem: <K extends keyof T>(value: T[K], key: K, index: number) => VNodeChild): VNodeChild[];
~~~~~~~~~~
The last overload is declared here.
src/plugin/VDrilldownTable.vue?vue&type=script&setup=true&lang.ts
at error (/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup@3.20.6/node_modules/rollup/dist/shared/rollup.js:279:30)
at Object.error (/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup@3.20.6/node_modules/rollup/dist/shared/rollup.js:24706:20)
at RollupContext.error (/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup-plugin-typescript2@0.34.1_7z4wb4mnpapsgobacn7mivmt6i/node_modules/rollup-plugin-typescript2/src/context.ts:35:17)
at /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup-plugin-typescript2@0.34.1_7z4wb4mnpapsgobacn7mivmt6i/node_modules/rollup-plugin-typescript2/src/diagnostics.ts:70:17
at Array.forEach (<anonymous>)
at printDiagnostics (/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup-plugin-typescript2@0.34.1_7z4wb4mnpapsgobacn7mivmt6i/node_modules/rollup-plugin-typescript2/src/diagnostics.ts:42:14)
at typecheckFile (/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup-plugin-typescript2@0.34.1_7z4wb4mnpapsgobacn7mivmt6i/node_modules/rollup-plugin-typescript2/src/index.ts:67:3)
at Object.<anonymous> (/Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup-plugin-typescript2@0.34.1_7z4wb4mnpapsgobacn7mivmt6i/node_modules/rollup-plugin-typescript2/src/index.ts:257:5)
at Generator.next (<anonymous>)
at /Users/webdevnerdstuff/Dev/Sites/plugins/vuetify-drilldown-table/node_modules/.pnpm/rollup-plugin-typescript2@0.34.1_7z4wb4mnpapsgobacn7mivmt6i/node_modules/rollup-plugin-typescript2/node_modules/tslib/tslib.es6.js:76:71
Troubleshooting
Does
tschave the same output?No
Does your Rollup plugin order match this plugin's compatibility?
Yes
Can you create a minimal example that reproduces this behavior?
This is the project repository I'm having this issue with: https://github.com/webdevnerdstuff/vuetify-drilldown-table
What happens and why it is incorrect
When trying to bundle the code, I'm getting this error output. The code works as expected when running in development under vite (
pnpm playif you are checking out the repo). The error is almost identical to what is happening in this issue: #325 Except in my case I'm using@vitejs/plugin-vuenot the depreciated packagerollup-plugin-vue. Perhaps it's the same issue? The other issue didn't really have a resolution, so I'm a bit stuck at the moment and don't know what to do. Any help is greatly appreciated at this point as my experience with ts/rollup is relatively new'ish, and I've been stuck trying to figure this out for over a week now.In the repo example I gave, you can see the code in the
VDrilldownTable.vuefile at line 190. I also tried doing the same thing a different way (pretty much does the same thing) at line 201. They both produce the same error.Environment
Versions
:rollup.config.jshttps://github.com/webdevnerdstuff/vuetify-drilldown-table/blob/main/rollup.config.js
https://github.com/webdevnerdstuff/vuetify-drilldown-table/blob/main/tsconfig.json
:tsconfig.json
https://github.com/webdevnerdstuff/vuetify-drilldown-table/blob/main/package.json
:package.json{ "name": "vuetify-drilldown-table", "version": "0.0.0-alpha1", "description": "The vuetify-drilldown-table", "private": false, "main": "dist/vuetify-drilldown-table.js", "module": "dist/vuetify-drilldown-table.es.js", "types": "dist/types/index.d.ts", "scripts": { "dev": "vite", "watch": "pnpm dev", "play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite", "bundle": "rollup -c --bundleConfigAsCjs", "build": "vue-tsc && vite build", "predeploy": "npm run build", "deploy": "gh-pages -d docs", "prepublishOnly": "npm run bundle", "lint": "eslint src/**/*.{ts,vue} --max-warnings 10", "prepare": "husky install" }, "lint-staged": { "src/**/*.{js,ts,vue}": [ "npm run lint" ] }, "author": "WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)", "funding": [ { "type": "patreon", "url": "https://www.patreon.com/WebDevNerdStuff" }, { "type": "individual", "url": "https://bit.ly/wdns-paypal-veet-plugin" } ], "license": "MIT", "files": [ "dist/*", "LICENSE.md", "README.md" ], "repository": "https://github.com/webdevnerdstuff/vuetify-drilldown-table", "bugs": { "url": "https://github.com/webdevnerdstuff/vuetify-drilldown-table/issues" }, "homepage": "https://github.com/webdevnerdstuff/vuetify-drilldown-table", "keywords": [ "vuetify-drilldown-table", "vuetifyDrilldownTable", "v-drilldown-table", "vDrilldownTable", "v-data-table", "vDataTable", "drilldown table", "vuetify", "vuetify3", "api", "drawer", "vue", "vue3", "component", "javascript", "webdevnerdstuff", "wdns" ], "dependencies": { "vue": "^3.2.47", "vuetify": "3.1.15" }, "devDependencies": { "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", "@mdi/font": "^7.2.96", "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.1", "@types/node": "^18.15.13", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "@vitejs/plugin-vue": "^4.1.0", "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/cli-service": "^5.0.8", "@vue/compiler-sfc": "^3.2.47", "@vue/eslint-config-typescript": "^11.0.2", "autoprefixer": "^10.4.14", "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.11.0", "gh-pages": "^5.0.0", "husky": "^8.0.3", "lint-staged": "^13.2.1", "pinia": "^2.0.35", "postcss": "^8.4.23", "postcss-html": "^1.5.0", "postcss-scss": "^4.0.6", "prettier": "^2.8.7", "roboto-fontface": "^0.10.0", "rollup": "^3.20.7", "rollup-plugin-polyfill-node": "^0.12.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-scss": "^4.0.0", "rollup-plugin-typescript2": "^0.34.1", "sass": "^1.62.0", "stylelint": "^15.5.0", "stylelint-config-standard": "^33.0.0", "stylelint-order": "^6.0.3", "stylelint-scss": "^4.6.0", "typescript": "^5.0.4", "unplugin-auto-import": "^0.15.3", "vite": "^4.3.1", "vite-plugin-babel": "^1.1.3", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^4.3.0", "vite-plugin-vuetify": "^1.0.2", "vue-tsc": "^1.4.2", "vue3-code-block": "^2.1.0", "webfontloader": "^1.6.28" } }plugin output with verbosity 3
: