frequi_origin/package.json
dependabot[bot] a8dd575b29
build(deps-dev): bump vue-tsc from 1.8.22 to 1.8.25
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 1.8.22 to 1.8.25.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v1.8.25/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 03:17:17 +00:00

74 lines
2.1 KiB
JSON

{
"name": "frequi",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"dev": "vite",
"build": "vite build",
"test:unit": "vitest",
"check-types": "vue-tsc --noEmit",
"lint": "eslint --ext .ts,vue src tests",
"lint-ci": "eslint --no-fix --ext .ts,vue src tests",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:open-ct": "cypress open-ct",
"cy:run-ct": "cypress run --component"
},
"dependencies": {
"@noction/vue-draggable-grid": "1.9.10",
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^7.3.0",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.6.1",
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"bootstrap-vue-next": "^0.15.5",
"core-js": "^3.33.3",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"echarts": "^5.4.3",
"favico.js": "^0.3.10",
"humanize-duration": "^3.30.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"sortablejs": "^1.15.0",
"vue": "^3.3.9",
"vue-class-component": "^7.2.5",
"vue-demi": "^0.14.6",
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.5",
"vue-select": "^4.0.0-beta.6"
},
"devDependencies": {
"@cypress/vite-dev-server": "^5.0.6",
"@cypress/vue": "^6.0.0",
"@iconify-json/mdi": "^1.1.57",
"@types/echarts": "^4.9.22",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/compiler-sfc": "3.3.9",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-dom": "^3.3.9",
"@vue/test-utils": "^2.4.3",
"cypress": "^13.6.0",
"eslint": "^8.54.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"mutationobserver-shim": "^0.3.7",
"portal-vue": "^3.0.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "~5.3.2",
"unplugin-auto-import": "^0.17.1",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.3",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.25"
},
"packageManager": "yarn@3.6.1"
}