mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
Bumps the dev-dependencies group in /console/frontend with 1 update: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/coverage-v8) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "akvorado",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.16.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "$npm_execpath run type-check && $npm_execpath run build-only",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "oxlint --type-aware --vue-plugin",
|
|
"format": "prettier --log-level warn --write '{src/**/,}*.{ts,js,vue,html}'",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@codemirror/autocomplete": "^6.0.1",
|
|
"@codemirror/commands": "^6.0.0",
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"@headlessui/vue": "^1.6.1",
|
|
"@heroicons/vue": "^1.0.6",
|
|
"@lezer/common": "^1.2.3",
|
|
"@lezer/generator": "^1.0.0",
|
|
"@lezer/highlight": "^1.1.6",
|
|
"@lezer/lr": "^1.4.2",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@tailwindcss/vite": "^4.1.5",
|
|
"@tsconfig/node20": "^20.1.6",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "^24.3.0",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vitest/coverage-v8": "^4.0.6",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"@vueuse/core": "^13.1.0",
|
|
"@vueuse/router": "^13.1.0",
|
|
"echarts": "^5.3.3",
|
|
"lodash-es": "^4.17.21",
|
|
"lz-string": "^1.4.4",
|
|
"oxlint": "^1.15.0",
|
|
"oxlint-tsgolint": "^0.2.0",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
"sugar-date": "^2.0.6",
|
|
"tailwindcss": "^4.1.5",
|
|
"typescript": "^5.6.3",
|
|
"uuid": "^13.0.0",
|
|
"vite": "npm:rolldown-vite@^7.1.9",
|
|
"vitest": "^3.0.4",
|
|
"vue": "^3.3.4",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-resizer": "^1.1.9",
|
|
"vue-router": "^4.0.16",
|
|
"vue-tsc": "^3.0.1",
|
|
"vuedraggable": "^4.1.0"
|
|
}
|
|
}
|