mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "vuetorrent",
|
|
"private": true,
|
|
"version": "2.8.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"postbuild": "node write-version.cjs",
|
|
"check-build": "vue-tsc",
|
|
"preview": "vite preview",
|
|
"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.13",
|
|
"@fontsource/roboto-mono": "^5.0.18",
|
|
"@mdi/font": "^7.4.47",
|
|
"@mdi/js": "^7.4.47",
|
|
"@vueuse/core": "^10.9.0",
|
|
"apexcharts": "^3.49.0",
|
|
"axios": "^1.6.8",
|
|
"dayjs": "^1.11.11",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^2.1.6",
|
|
"pinia-persistence-plugin": "^0.0.5",
|
|
"pixi.js": "^8.1.1",
|
|
"uuid": "^9.0.1",
|
|
"vite-plugin-vuetify": "^2.0.3",
|
|
"vue": "^3.4.26",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.3.2",
|
|
"vue3-apexcharts": "^1.5.2",
|
|
"vue3-toastify": "^0.2.1",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuetify": "^3.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.1.3",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/node": "^20.12.10",
|
|
"@types/uuid": "^9.0.8",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vitest/coverage-v8": "^1.6.0",
|
|
"@vue/test-utils": "^2.4.5",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"jsdom": "^24.0.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.76.0",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11",
|
|
"vite-plugin-top-level-await": "^1.4.1",
|
|
"vitest": "^1.2.2",
|
|
"vue-tsc": "^2.0.16"
|
|
}
|
|
}
|