frequi_origin/package.json
dependabot[bot] 9572b90a82
Bump bootstrap-vue-next from 0.18.1 to 0.19.0 in the bootstrap group
Bumps the bootstrap group with 1 update: [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next).


Updates `bootstrap-vue-next` from 0.18.1 to 0.19.0
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.19.0/packages/bootstrap-vue-next)

---
updated-dependencies:
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bootstrap
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 04:11:11 +00:00

76 lines
2.2 KiB
JSON

{
"name": "frequi",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"check-types": "vue-tsc --noEmit",
"lint": "eslint src tests e2e",
"lint-ci": "eslint --no-fix src tests e2e",
"test:e2e": "playwright test",
"test:e2e-chromium": "playwright test --project=chromium",
"test:e2e-msedge": "playwright test --project=msedge"
},
"dependencies": {
"@noction/vue-draggable-grid": "1.9.16",
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^8.7.0",
"@vueuse/core": "^10.10.0",
"@vueuse/integrations": "^10.10.0",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.19.0",
"core-js": "^3.37.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"echarts": "^5.5.0",
"favico.js": "^0.3.10",
"humanize-duration": "^3.32.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sortablejs": "^1.15.2",
"vue": "^3.4.27",
"vue-demi": "^0.14.7",
"vue-echarts": "^6.7.2",
"vue-router": "^4.3.2",
"vue-select": "^4.0.0-beta.6"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@iconify-json/mdi": "^1.1.66",
"@playwright/test": "^1.44.0",
"@types/echarts": "^4.9.22",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "3.4.27",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/runtime-dom": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"happy-dom": "^14.11.2",
"mutationobserver-shim": "^0.3.7",
"portal-vue": "^3.0.0",
"prettier": "^3.2.5",
"sass": "^1.77.2",
"typescript": "~5.4.5",
"typescript-eslint": "^7.11.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
},
"packageManager": "pnpm@8.15.6"
}