mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
70 lines
2 KiB
JSON
70 lines
2 KiB
JSON
{
|
|
"name": "vuetorrent",
|
|
"private": true,
|
|
"version": "2.12.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"postbuild": "node write-version.cjs",
|
|
"build-demo": "vue-tsc && vite build -m demo",
|
|
"check-build": "vue-tsc",
|
|
"preview": "vite preview",
|
|
"preview-demo": "vite preview -m demo",
|
|
"lint": "eslint --fix && prettier . -w -u",
|
|
"test": "vitest run",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@ctrl/tinycolor": "^4.1.0",
|
|
"@faker-js/faker": "^8.4.1",
|
|
"@flatten-js/interval-tree": "^1.1.3",
|
|
"@fontsource/roboto": "^5.0.14",
|
|
"@fontsource/roboto-mono": "^5.0.18",
|
|
"@mdi/font": "^7.4.47",
|
|
"@mdi/js": "^7.4.47",
|
|
"@vueuse/core": "^10.11.1",
|
|
"@zip.js/zip.js": "^2.7.48",
|
|
"apexcharts": "^3.52.0",
|
|
"axios": "^1.7.4",
|
|
"dayjs": "^1.11.12",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^2.2.1",
|
|
"pinia-persistence-plugin": "^0.0.5",
|
|
"pixi.js": "^8.3.2",
|
|
"uuid": "^10.0.0",
|
|
"vite-plugin-vuetify": "^2.0.4",
|
|
"vue": "^3.4.37",
|
|
"vue-concurrency": "^5.0.1",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.4.3",
|
|
"vue3-apexcharts": "^1.5.3",
|
|
"vue3-toastify": "^0.2.2",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuetify": "^3.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.1.5",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/node": "^22.2.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
|
"@typescript-eslint/parser": "^8.1.0",
|
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
"@vitest/coverage-v8": "^2.0.5",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"jsdom": "^24.1.1",
|
|
"prettier": "^3.3.3",
|
|
"sass": "^1.77.8",
|
|
"timezone-mock": "^1.3.6",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.0",
|
|
"vite-plugin-top-level-await": "^1.4.4",
|
|
"vitest": "^2.0.1",
|
|
"vue-tsc": "^2.0.29"
|
|
}
|
|
}
|