frequi_origin/package.json

73 lines
2.1 KiB
JSON
Raw Normal View History

2020-05-04 04:31:12 +00:00
{
"name": "frequi",
"version": "0.1.0",
"private": true,
"scripts": {
2021-05-24 13:25:48 +00:00
"dev": "vite",
2022-05-01 17:21:01 +00:00
"build": "vite build",
2023-04-11 04:38:04 +00:00
"test:unit": "vitest",
2022-04-27 04:53:45 +00:00
"check-types": "vue-tsc --noEmit",
2021-11-14 10:11:52 +00:00
"lint": "eslint --ext .ts,vue src tests",
"lint-ci": "eslint --no-fix --ext .ts,vue src tests",
2021-12-18 10:16:15 +00:00
"cy:open": "cypress open",
2022-01-05 19:34:20 +00:00
"cy:run": "cypress run",
2021-12-18 10:16:15 +00:00
"cy:open-ct": "cypress open-ct",
2022-06-08 18:49:19 +00:00
"cy:run-ct": "cypress run --component"
2020-05-04 04:31:12 +00:00
},
"dependencies": {
"@noction/vue-draggable-grid": "1.9.16",
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^8.2.0",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"axios": "^1.6.7",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.16.6",
"core-js": "^3.36.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"echarts": "^5.5.0",
"favico.js": "^0.3.10",
"humanize-duration": "^3.30.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sortablejs": "^1.15.2",
build(deps): bump the vue group with 4 updates Bumps the vue group with 4 updates: [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc), [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `vue` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.4.20...v3.4.21) Updates `@vue/compiler-sfc` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/compiler-sfc) Updates `@vue/runtime-dom` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/runtime-dom) Updates `vue-tsc` from 1.8.27 to 2.0.5 - [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/v2.0.5/packages/tsc) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/runtime-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-major dependency-group: vue ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 06:11:24 +00:00
"vue": "^3.4.21",
"vue-class-component": "^7.2.5",
"vue-demi": "^0.14.7",
"vue-echarts": "^6.6.9",
build(deps): bump the vue group with 4 updates Bumps the vue group with 4 updates: [vue](https://github.com/vuejs/core), [vue-router](https://github.com/vuejs/router), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) and [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom). Updates `vue` from 3.4.19 to 3.4.20 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.4.19...v3.4.20) Updates `vue-router` from 4.2.5 to 4.3.0 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.2.5...v4.3.0) Updates `@vue/compiler-sfc` from 3.4.19 to 3.4.20 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.20/packages/compiler-sfc) Updates `@vue/runtime-dom` from 3.4.19 to 3.4.20 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.20/packages/runtime-dom) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vue - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/runtime-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 03:59:26 +00:00
"vue-router": "^4.3.0",
"vue-select": "^4.0.0-beta.6"
2020-05-04 04:31:12 +00:00
},
"devDependencies": {
"@cypress/vite-dev-server": "^5.0.7",
"@cypress/vue": "^6.0.0",
"@iconify-json/mdi": "^1.1.64",
"@types/echarts": "^4.9.22",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-vue": "^5.0.4",
build(deps): bump the vue group with 4 updates Bumps the vue group with 4 updates: [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc), [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `vue` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.4.20...v3.4.21) Updates `@vue/compiler-sfc` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/compiler-sfc) Updates `@vue/runtime-dom` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/runtime-dom) Updates `vue-tsc` from 1.8.27 to 2.0.5 - [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/v2.0.5/packages/tsc) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/runtime-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-major dependency-group: vue ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 06:11:24 +00:00
"@vue/compiler-sfc": "3.4.21",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
build(deps): bump the vue group with 4 updates Bumps the vue group with 4 updates: [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc), [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `vue` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.4.20...v3.4.21) Updates `@vue/compiler-sfc` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/compiler-sfc) Updates `@vue/runtime-dom` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/runtime-dom) Updates `vue-tsc` from 1.8.27 to 2.0.5 - [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/v2.0.5/packages/tsc) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/runtime-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-major dependency-group: vue ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 06:11:24 +00:00
"@vue/runtime-dom": "^3.4.21",
"@vue/test-utils": "^2.4.4",
"cypress": "^13.6.6",
build(deps-dev): bump the eslint group with 4 updates Bumps the eslint group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `@typescript-eslint/eslint-plugin` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `eslint-plugin-vue` from 9.21.1 to 9.22.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 03:58:01 +00:00
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
build(deps-dev): bump the eslint group with 4 updates Bumps the eslint group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `@typescript-eslint/eslint-plugin` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `eslint-plugin-vue` from 9.21.1 to 9.22.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 03:58:01 +00:00
"eslint-plugin-vue": "^9.22.0",
2020-09-12 17:15:37 +00:00
"mutationobserver-shim": "^0.3.7",
"portal-vue": "^3.0.0",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"typescript": "~5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vitest": "^1.3.1",
build(deps): bump the vue group with 4 updates Bumps the vue group with 4 updates: [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc), [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `vue` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.4.20...v3.4.21) Updates `@vue/compiler-sfc` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/compiler-sfc) Updates `@vue/runtime-dom` from 3.4.20 to 3.4.21 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.4.21/packages/runtime-dom) Updates `vue-tsc` from 1.8.27 to 2.0.5 - [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/v2.0.5/packages/tsc) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/runtime-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-major dependency-group: vue ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 06:11:24 +00:00
"vue-tsc": "^2.0.5"
2023-11-17 05:50:22 +00:00
},
"packageManager": "yarn@3.6.1"
2020-05-04 04:31:12 +00:00
}