mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
3a625acb31
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.41.0 to 3.41.1. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.41.0...v3.41.1) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "vuetorrent",
|
|
"version": "1.6.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"test": "npm run test:unit",
|
|
"test:unit": "vitest run",
|
|
"lint": "eslint --fix --ignore-path .gitignore && prettier . -w -u --ignore-path .gitignore",
|
|
"start": "npm run dev"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.12.0",
|
|
"apexcharts": "^3.41.1",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.9",
|
|
"lodash": "^4.17.21",
|
|
"quick-score": "^0.2.0",
|
|
"typeface-roboto": "^1.1.13",
|
|
"typeface-roboto-mono": "^1.1.13",
|
|
"uuid": "^9.0.0",
|
|
"vue": "~2.7.14",
|
|
"vue-apexcharts": "^1.6.2",
|
|
"vue-i18n": "^8",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-router": "^3.6.5",
|
|
"vue-toastification": "^1.7.11",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuetify": "^2.6.10",
|
|
"vuex": "^3.6.2",
|
|
"vuex-persist": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@mdi/js": "^7",
|
|
"@types/jsdom": "^21.1.1",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/uuid": "^9.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
"@typescript-eslint/parser": "^6",
|
|
"@vitejs/plugin-vue2": "^2",
|
|
"@vue/eslint-config-typescript": "^11",
|
|
"@vue/test-utils": "^1",
|
|
"eslint": "^8",
|
|
"eslint-config-prettier": "^8",
|
|
"eslint-plugin-prettier": "^5",
|
|
"eslint-plugin-vue": "^9",
|
|
"jsdom": "^22.1.0",
|
|
"prettier": "^3",
|
|
"sass": "~1.32.13",
|
|
"unplugin-vue-components": "^0.25",
|
|
"vite": "^4",
|
|
"vite-plugin-eslint": "^1",
|
|
"vite-plugin-pwa": "^0.16.4",
|
|
"vitest": "^0.33.0",
|
|
"vue-template-compiler": "^2",
|
|
"vue-typed-mixins": "^0.2.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie <= 10"
|
|
]
|
|
}
|