VueTorrent/package.json

66 lines
1.8 KiB
JSON
Raw Normal View History

2019-04-15 17:50:38 +03:00
{
2021-01-27 15:24:23 +03:00
"name": "vuetorrent",
"private": true,
"version": "2.7.2",
2023-10-20 16:15:28 +03:00
"type": "module",
2021-01-27 15:24:23 +03:00
"scripts": {
2023-10-20 16:15:28 +03:00
"start": "vite",
"dev": "vite",
"build": "vue-tsc && vite build",
"postbuild": "node write-version.cjs",
2023-10-20 16:15:28 +03:00
"check-build": "vue-tsc",
"preview": "vite preview",
"lint": "eslint --fix && prettier . -w -u",
2023-10-20 16:15:28 +03:00
"test": "vitest run",
"coverage": "vitest run --coverage"
2021-01-27 15:24:23 +03:00
},
"dependencies": {
"@ctrl/tinycolor": "^4.0.3",
"@faker-js/faker": "^8.4.1",
"@flatten-js/interval-tree": "^1.1.2",
"@fontsource/roboto": "^5.0.12",
"@fontsource/roboto-mono": "^5.0.17",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@vueuse/core": "^10.9.0",
"apexcharts": "^3.47.0",
"axios": "^1.6.8",
2023-10-20 16:15:28 +03:00
"dayjs": "^1.11.9",
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.6",
"pinia-plugin-persist": "^1.0.0",
"pixi.js": "^8.0.2",
2023-10-20 16:15:28 +03:00
"uuid": "^9.0.1",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0",
"vue3-apexcharts": "^1.5.2",
"vue3-toastify": "^0.2.1",
2023-10-20 16:15:28 +03:00
"vuedraggable": "^4.1.0",
"vuetify": "^3.5.9"
2021-01-27 15:24:23 +03:00
},
"devDependencies": {
2023-10-20 16:15:28 +03:00
"@pinia/testing": "^0.1.3",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.29",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
chore(deps): bump the all group with 15 updates (#1387) Bumps the all group with 15 updates: | Package | From | To | | --- | --- | --- | | [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.44.0` | `3.44.1` | | [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.17.2` | `0.17.3` | | [vue](https://github.com/vuejs/core) | `3.3.9` | `3.3.10` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.0` | `20.10.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.13.1` | `6.13.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.13.1` | `6.13.2` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.5.0` | `4.5.1` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.34.6` | `1.0.1` | | [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.55.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.18.1` | `9.19.2` | | [jsdom](https://github.com/jsdom/jsdom) | `23.0.0` | `23.0.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.0` | `4.5.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.6` | `1.0.1` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `1.8.22` | `1.8.24` | Updates `apexcharts` from 3.44.0 to 3.44.1 - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits) Updates `vite-plugin-pwa` from 0.17.2 to 0.17.3 - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.2...v0.17.3) Updates `vue` from 3.3.9 to 3.3.10 - [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.3.9...v3.3.10) Updates `@types/node` from 20.10.0 to 20.10.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 6.13.1 to 6.13.2 - [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/v6.13.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.13.1 to 6.13.2 - [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/v6.13.2/packages/parser) Updates `@vitejs/plugin-vue` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@4.5.1/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.5.1/packages/plugin-vue) Updates `@vitest/coverage-v8` from 0.34.6 to 1.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/coverage-v8) Updates `eslint` from 8.54.0 to 8.55.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.54.0...v8.55.0) Updates `eslint-config-prettier` from 9.0.0 to 9.1.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0) Updates `eslint-plugin-vue` from 9.18.1 to 9.19.2 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.2) Updates `jsdom` from 23.0.0 to 23.0.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/23.0.0...23.0.1) Updates `vite` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite) Updates `vitest` from 0.34.6 to 1.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/vitest) Updates `vue-tsc` from 1.8.22 to 1.8.24 - [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.24/packages/tsc) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: vite-plugin-pwa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@vitejs/plugin-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 11:44:40 +03:00
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-top-level-await": "^1.4.1",
"vitest": "^1.2.2",
"vue-tsc": "^2.0.6"
2023-10-20 16:15:28 +03:00
}
2019-04-15 17:50:38 +03:00
}