VueTorrent/package.json
2024-11-17 18:19:44 +01:00

70 lines
2 KiB
JSON

{
"name": "vuetorrent",
"private": true,
"version": "2.18.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": "^9.2.0",
"@flatten-js/interval-tree": "^1.1.3",
"@fontsource/roboto": "^5.1.0",
"@fontsource/roboto-mono": "^5.1.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@vueuse/core": "^11.2.0",
"@zip.js/zip.js": "^2.7.53",
"apexcharts": "^4.0.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"lodash.debounce": "^4.0.8",
"pinia": "^2.2.6",
"pinia-persistence-plugin": "^0.0.5",
"pixi.js": "^8.5.2",
"uuid": "^11.0.3",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.12",
"vue-concurrency": "^5.0.1",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vue3-apexcharts": "^1.7.0",
"vue3-toastify": "^0.2.4",
"vuedraggable": "^4.1.0",
"vuetify": "^3.7.4"
},
"devDependencies": {
"@pinia/testing": "^0.1.7",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.9.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-vue": "^5.1.5",
"@vitest/coverage-v8": "^2.1.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.31.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"timezone-mock": "^1.3.6",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-top-level-await": "^1.4.4",
"vitest": "^2.0.1",
"vue-tsc": "^2.1.10"
}
}